biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.78k stars 996 forks source link

Not Importing the Orange.multilabel.MLkNNLearner #1280

Closed bhaveshoswal closed 8 years ago

bhaveshoswal commented 8 years ago
Orange version

3.3.4.dev0+b34afd8

k = Orange.multilabel.MLkNNLearner(k=5) Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'multilabel'

Now what to do please Help and Thank-you
ajdapretnar commented 8 years ago

The example is from the documentation for Orange 2. Please refer to the documentation for Orange 3: http://docs.orange.biolab.si/3/data-mining-library/reference/classification.html#k-nearest-neighbors

All the documentation can be found here: http://docs.orange.biolab.si/3/data-mining-library/

bhaveshoswal commented 8 years ago

Yes that's right actually i wanted the ML-kNN implementation for Multi Label Classification and that is in Orange 2.7.8 and not in Orange 3.x.x

ajdapretnar commented 8 years ago

@bhaveshoswal Yes, Orange 3 indeed does not yet have all the features of Orange 2. If you need ML-kNN implementation, I suggest you to use Orange 2. Can I consider the issue closed?

bhaveshoswal commented 8 years ago

thanks

kernc commented 8 years ago

Scikit does support multitarget in its kNN implementation. We might want to consider wrapping scikit stuff more transparently.