How to install ============== ``smote_cd`` can be installed on `Python 3.7 or above `_. User installation ----------------- You can install SMOTE-CD using ``pip`` :: python -m pip install smote-cd Dependencies ------------ The following Python packages are required by ``smote_cd``: * `NumPy `_, * `SciPy `_, * `Scikit-learn `_ To display the examples, the following Python packages are needed: * `Matplotlib `_, * `Seaborn `_, * `Matplotlib Toolkits `_