scikit-learn-contrib / skope-rules

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

Improve documentation for rules_ attribute #31

Open rohan-gt opened 4 years ago

rohan-gt commented 4 years ago

The description for the rules_ attribute is given as dict of tuples (rule, precision, recall, nb). What is nb here and how are the rules ordered?