PlasmaControl / PyRCN

A Python 3 framework for Reservoir Computing with a scikit-learn-compatible API.
BSD 3-Clause "New" or "Revised" License
89 stars 19 forks source link

Define an upper limit of 1 for predict_proba #30

Open renierts opened 3 years ago

renierts commented 3 years ago

Since probabilities cannot be larger than 1.0, this would make the functions predict_proba(X) more meaningful.

Currently, I do not see additional benefits.