You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This project is on life support. That means there are probably
not any new features being added, but there will be regular updates to
support upcoming versions of sklearn and pandas.
This repository contains tools that make working with
scikit-learn and
pandas easier.
What is this?
dstoolbox is not one big tool but rather an amalgamation of small
re-usable tools. They are intended to work well with scikit-learn and
pandas make the integration of those libraries easier.
The tools included here are used by us at Otto Group BI for our
production services, as well as by individual members for machine
learning related things, such as participating in Kaggle competitions.
Installation instructions
Using pip:
pip install dstoolbox
There is a conda recipe for those who want to build their own conda
package.
Contributing
Pull requests are welcome. Here are some directions:
Tests
To run the tests, you need to install the dev requirements using pip:
pip install -r requirements-dev.txt
or conda:
conda install --file requirements-dev.txt
Next you should check that all unit tests and all static code checks
pass: