Extensions of scikit-learn. It includes a class to simplify the search of model space as well as various oversamplers and evaluation metrics.
- Pandas
- Scikit-Learn
- Imbalanced-Learn
git clone https://github.com/gdouzas/scikit-learn-extensions
cd scikit-learn-extensions
python3 -m venv pyenv
source pyenv/bin/activate
pip install .