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
I am trying to use "Optimal rule list (CORELS)", and installed both imodels and corels. As soon as I import OptimalRuleListClassifier, I get the following error and the imodels uses GreedyRuleListClassifier instead:
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
This is probably caused by the corels package itself and I also opened an issue on their GitHub page. However, it seems that corels is not maintained anymore.
Does anybody know what to do in this case?
The text was updated successfully, but these errors were encountered:
I am trying to use "Optimal rule list (CORELS)", and installed both
imodels
andcorels
. As soon as I importOptimalRuleListClassifier
, I get the following error and the imodels usesGreedyRuleListClassifier
instead:This is probably caused by the
corels
package itself and I also opened an issue on their GitHub page. However, it seems thatcorels
is not maintained anymore.Does anybody know what to do in this case?
The text was updated successfully, but these errors were encountered: