Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 567 Bytes

File metadata and controls

33 lines (22 loc) · 567 Bytes

randomSCM

The Bootstrap aggregating version of the great SCM

Installation

from PyPI :

pip install randomscm

from source code :

git clone git@github.com:thibgo/randomscm.git
python -m pip install .

Usage

from randomscm import RandomScmClassifier

classifier = RandomScmClassifier()

Classifier implements most of scikit-learn standard methods.

Contributors