rickvanveen / sklvq

http://sklvq.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
49 stars 9 forks source link

Allow for choosing different cutoff points in case of 2-class data #48

Open gjdv opened 3 years ago

gjdv commented 3 years ago

In case of 2-class data, it would be nice to be able to choose a different cutoff point. I.e., in model.predict() compare the decision_function values against a value different than 0. In order to make the chosen values generalizable, the values returned by decision_function might need to be standardized to a fixed interval (they are currently unbound).