scikit-learn-contrib / skope-rules

machine learning with logical rules in Python
http://skope-rules.readthedocs.io
Other
615 stars 95 forks source link

rules can be generated for multi-class classification? #26

Open xypan1232 opened 5 years ago

xypan1232 commented 5 years ago

how can I get IF-ELSE rule for multi-class classification, like rules for individual classes. thanks

druzkaya commented 5 years ago

you can take a look at the notebook example 'clustering' -> it's just a for loop with one-vs-all. best