scikit-learn-contrib / skope-rules

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

cannot import name 'ScopeRules' from 'skrules' #60

Open avraam-inside opened 2 years ago

avraam-inside commented 2 years ago

Hi!

The package import spell, which is clearly described in the package readme, does not work image

image

Six imported. What should I do to make the package work?

Manuelhrokr commented 1 year ago

Please try from skrules import SkopeRules. I believe the problem is because you tried to import from skrules import ScopeRules. Changed c instead k.