sklearn-matlab
sklearn-matlab copied to clipboard
Predicts vector with (integer) labels.
Add Predicts vector with (integer) labels in regression
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?
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.
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.