scikit-learn-contrib / metric-learn

Metric learning algorithms in Python
http://contrib.scikit-learn.org/metric-learn/
MIT License
1.4k stars 234 forks source link

[DOC] Add warning that *_Supervised versions interpret label -1 as "unlabeled" #261

Closed bellet closed 5 years ago

bellet commented 5 years ago

In the following page of the doc : http://contrib.scikit-learn.org/metric-learn/supervised.html#supervised-versions-of-weakly-supervised-algorithms

We should add a visible warning for users that supervised versions of weakly-supervised algorithms interpret the label -1 (which is commonly used in binary classification) as unlabeled.

bellet commented 5 years ago

Fixed in #266