sklearn-features

Helpful tools for building feature extraction pipelines with scikit-learn

MIT License

Downloads
1.1K
Stars
9
Committers
1

sklearn-features

Tests

In the root directory run

pytest --pyargs sklearn_features

Install locally

pip install -e .

Build

rm -rf dist/
python setup.py sdist
python setup.py bdist_wheel

Release

twine upload dist/*

Build docs

cd docs
make html
Package Rankings
Top 11.4% on Pypi.org
Badges
Extracted from project README's
Build Status Docs Status