mlsauce | Star

PyPI PyPI - License Downloads Last Commit

Welcome to mlsauce's website.

mlsauce contains Miscellaneous Statistical/Machine learning stuff. Its source code is available on GitHub. You can read posts about mlsauce in this blog, and for current references, feel free consult the section: References.

Looking for a specific function? You can also use the search function available in the navigation bar.

Installing

Python

  • 1st method: by using pip at the command line for the stable version
pip install mlsauce
  • 2nd method: from Github, for the development version
pip install git+https://github.com/Techtonique/mlsauce.git

R

  • 1st method: From Github, in R console:
library(devtools)
devtools::install_github("Techtonique/mlsauce/R-package")
library(mlsauce)

Quickstart

Plus examples of use:

Documentation

The documentation for each model can be found (work in progress) here:

Contributing

Want to contribute to mlsauce's development on Github, read this!