Skip to content

mkliegl/custom-sklearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom scikit-learn estimators and transformers

Repository for some custom scikit-learn estimators and transformers.

The documentation is viewable here.

Contents

Installation

This is not a formal package. If anything looks useful to you, please feel free to clone or fork the repository, or just copy individual files.

The documentation is written using Sphinx. To build the documentation locally:

pip install sphinx sphinx_rtd_theme
( cd docs ; make html )

To view the documentation, browse to docs/_build/html/index.html. Alternatively, checkout the gh-pages branch or view the documentation online here.

License

MIT. See the LICENSE file for more details.

About

Custom scikit-learn estimators and transfomers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published