metric-learn icon indicating copy to clipboard operation
metric-learn copied to clipboard

[DOC] RCA should maybe be in "Supervised algorithms"

Open wdevazelhes opened this issue 6 years ago • 2 comments
trafficstars

Currently RCA is in Pairs Learners in the doc, where it shouldn't. It should probably be in "Supervised"

wdevazelhes avatar Jul 23 '19 09:07 wdevazelhes

I agree it shouldn't be in pairs learners. It is not supervised either though (only need to know that groups of points share the same label, not the label itself). We could put it there if we do not want to create a new section in the doc for learning from chunklets (which will contain only RCA).

bellet avatar Jul 29 '19 08:07 bellet

Note also that we are currently inconsistent as RCA appears under Supervised Learning Algorithms in the Package Contents section f the doc: http://contrib.scikit-learn.org/metric-learn/metric_learn.html#supervised-learning-algorithms

bellet avatar Jan 20 '20 08:01 bellet