sklearn-matlab icon indicating copy to clipboard operation
sklearn-matlab copied to clipboard

Predicts vector with (integer) labels.

Open kakatua26 opened this issue 6 years ago • 3 comments

Add Predicts vector with (integer) labels in regression

kakatua26 avatar Jul 18 '19 22:07 kakatua26

Can you elaborate? E.g. which regressor class shoudl this be added to? And, can you point to a class in the original scikit-learn that implements this method?

steven2358 avatar Jul 19 '19 20:07 steven2358

predict_proba will return proba's value, how do i know which class that related to this proba value? there's predict that returns label or class (in number) in the scikit-learn lib.

kakatua26 avatar Jul 24 '19 14:07 kakatua26

The current implementation of predict_proba will return the positive class probabilities.

You're right in that predict_proba does not provide the same functionality as in scikit-learn yet. It should be updated and extended. Feel free to contribute with code.

steven2358 avatar Jul 26 '19 23:07 steven2358