omadson / scikit-mlm

Minimal Learning Machine implementation using the scikit-learn API.

Home Page:https://pypi.org/project/scikit-mlm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add random_state parameter

omadson opened this issue · comments

Some methods have at last one random parameter. To enable reproducibility of such methods it would be interesting to add a random_state parameter to indicate the seed of random generator.