Merge pull request #465 from cosmic-cortex/add-modAL

Add modAL
This commit is contained in:
Joseph Misiti 2018-01-17 11:34:52 -05:00 committed by GitHub
commit dc91b5e346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -935,6 +935,7 @@ be
* [xRBM](https://github.com/omimo/xRBM) - A library for Restricted Boltzmann Machine (RBM) and its conditional variants in Tensorflow.
* [CatBoost](https://github.com/catboost/catboost) - Gradient boosting on decision trees library with categorical features support out of the box for Python, R.
* [stacked_generalization](https://github.com/fukatani/stacked_generalization) - Implementation of machine learning stacking technic as handy library in Python.
* [modAL](https://cosmic-cortex.github.io/modAL) - A modular active learning framework for Python, built on top of scikit-learn.
<a name="python-data-analysis"></a>
#### Data Analysis / Data Visualization