diff --git a/README.rst b/README.rst index cd6a3590e048de01a9e3ba8000789338c0d1f4bb..1330ac06499b253acc31feb8659317f24e2888c2 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,9 @@ And the following python modules will be automatically installed : * `pyyaml <https://pypi.org/project/PyYAML/>`_ - Used to read the config files, * `plotly <https://plot.ly/>`_ - Used to generate interactive HTML visuals, * `tabulate <https://pypi.org/project/tabulate/>`_ - Used to generated the confusion matrix. -* `pyscm-ml <https://pypi.org/project/pyscm-ml/>`_ - +* `pyscm-ml <https://pypi.org/project/pyscm-ml/>`_ - SCM python implementation +* `randomscm <https://github.com/thibgo/randomscm>`_ - Random SCM python implementation +* `imbalance-bagging <https://imbalanced-learn.org/stable>`_ - Imbalanced learning library Installing