Install imbalanced-ensemble

Prerequisites

The following packages are requirements:

  • numpy

  • scipy

  • pandas

  • joblib

  • sklearn

  • matplotlib

  • seaborn

Installation

Install from PyPI

You can install imbalanced-ensemble from PyPI by running:

> pip install imbalanced-ensemble

Please make sure the latest version is installed to avoid potential problems:

> pip install --upgrade imbalanced-ensemble

Clone from GitHub

Or you can install imbalanced-ensemble locally:

> git clone https://github.com/ZhiningLiu1998/imbalanced-ensemble.git
> cd imbalanced-ensemble
> pip install .