.. imbalanced-ensemble documentation master file, created by
   sphinx-quickstart on Mon May 17 16:20:59 2021.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to imbalanced-ensemble documentation!
===============================================

.. raw:: html

   <p>
      <a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble">
         <img src="https://img.shields.io/badge/Imbalanced-Ensemble-orange">
      </a>
      <a href='https://imbalanced-ensemble.readthedocs.io/en/latest/?badge=latest'>
         <img src='https://readthedocs.org/projects/imbalanced-ensemble/badge/?version=latest' alt='Documentation Status' />
      </a>
      <a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble/stargazers">
         <img src="https://img.shields.io/github/stars/ZhiningLiu1998/imbalanced-ensemble">
      </a>
      <a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble/network/members">
         <img src="https://img.shields.io/github/forks/ZhiningLiu1998/imbalanced-ensemble">
      </a>
      <a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble/issues">
         <img src="https://img.shields.io/github/issues/ZhiningLiu1998/imbalanced-ensemble">
      </a>
      <a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble/blob/master/LICENSE">
         <img src="https://img.shields.io/github/license/ZhiningLiu1998/imbalanced-ensemble">
      </a>
      <a href="https://pypi.org/project/imbalanced-ensemble/">
         <img src="https://badge.fury.io/py/imbalanced-ensemble.svg">
      </a>
      <br>
      <a href="https://www.python.org/">
         <img src="https://img.shields.io/pypi/pyversions/imbalanced-ensemble.svg">
      </a>
      <a href="https://pepy.tech/project/imbalanced-ensemble">
         <img src="https://pepy.tech/badge/imbalanced-ensemble">
      </a>
      <a href="https://pepy.tech/project/imbalanced-ensemble">
         <img src="https://pepy.tech/badge/imbalanced-ensemble/month">
      </a>
   </p>

**Date**: |today| **Version**: |version|

*Imbalanced-ensemble* (import as :mod:``imbalanced_ensemble``) 
is an open source, MIT-licensed Python toolbox for ensemble 
imbalanced learning. It was built on the basis of `scikit-learn <https://scikit-learn.org/stable/index.html>`__
and `imbalanced-learn <https://imbalanced-learn.org/stable/>`__.


.. toctree::
   :maxdepth: 3
   :caption: Getting Started

   get_start
   install

.. toctree::
   :maxdepth: 2
   :caption: API

   api/ensemble/api
   api/sampler/api
   api/visualizer/api
   api/pipeline/api
   api/datasets/api
   api/metrics/api
   api/utils/api

.. toctree::
   :maxdepth: 3
   :caption: Examples

   auto_examples/index

.. toctree::
   :maxdepth: 3
   :caption: History

   release_history
