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?
I am trying to use "Optimal rule list (CORELS)", and installed both
imodelsandcorels. As soon as I importOptimalRuleListClassifier, I get the following error and the imodels usesGreedyRuleListClassifierinstead:This is probably caused by the
corelspackage itself and I also opened an issue on their GitHub page. However, it seems thatcorelsis not maintained anymore.Does anybody know what to do in this case?