scikit-learn-contrib / skope-rules

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

documentation #51

Open rbf22 opened 3 years ago

rbf22 commented 3 years ago

Documentation:

rules_ : dict of tuples (rule, precision, recall, nb).

Does anyone know what nb is in this context? It appears to be an integer is it the number of positive cases identified by the rule?

ngoix commented 3 years ago

see #35