You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can you help to clarify how to set parameters
1
to limit number of rules
2
to limit number of conditions in rules
like done in by use of max_card=2, to set maximum number of rules to 2 https://github.com/fingoldin/pycorels
C = CorelsClassifier(max_card=2, c=0.0, verbosity=["loud", "samples"])
The text was updated successfully, but these errors were encountered:
can you help to clarify how to set parameters
1
to limit number of rules
2
to limit number of conditions in rules
like done in by use of max_card=2, to set maximum number of rules to 2
https://github.com/fingoldin/pycorels
C = CorelsClassifier(max_card=2, c=0.0, verbosity=["loud", "samples"])
The text was updated successfully, but these errors were encountered: