Skip to content

SpLearn, a machine learning library implemented in Python

Notifications You must be signed in to change notification settings

Spelkington/mlearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpLearn: A CS6350 Machine Learning Library

SpLearn is a machine learning library developed by Spencer Elkington for use during the CS6350: Machine Learning course at the University of Utah.

SpLearn is built to run off of the same general interface as the scikit-learn package commmonly used for statistical analysis and modelling.

Getting Started

You can run run.sh in order to install dependencies and begin a new Jupyter Lab session. Python files and notebooks can use import splearn to begin using SpLearn models.

SpLearn is dependent on:

Documentation

All machine learning models and methods in SpLearn use PyDocs to document method signatures, along with weak typing provided. In general, training and test data will accept Pandas DataFrame or Series objects.

The available SpLearn packages are:

  • SpLearn.Metrics: A collection of metric methods used for model testing and additional utility
  • SpLearn.DecisionTree: A collection of DecisionTree models
  • SpLearn.EnsembleLearning: A collection of Ensemble learning classifiers that make use of weaker modesl to boost accuracy.
  • SpLearn.Linear: A collection of regression algorithms to generate models with continuous outputs.
  • SpLearn.Perceptron: A Perceptron learning model used to create boundaries for linear separability.

About

SpLearn, a machine learning library implemented in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages