From 47aecf42e9007b3ed9d3c2f3b940b64b42107d8b Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Fri, 25 Mar 2022 12:29:55 -0400 Subject: [PATCH] Updated readme --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cd6a3590..1330ac06 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 -- GitLab