Closed gialmisi closed 8 months ago
The argument to BaggingClassifier base_estimator was renamed to estimator in scikit-learn version 1.2. See https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
base_estimator
estimator
Before this change, training skope-rules does not work due to passing the wrong keyword argument.
Thanks for the fix!
The argument to BaggingClassifier
base_estimator
was renamed toestimator
in scikit-learn version 1.2. See https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.htmlBefore this change, training skope-rules does not work due to passing the wrong keyword argument.