Closed jckkvs closed 1 year ago
Will look closer into what this error is, but you may try just upgrading your scikit learn installation? pip install --upgrade scikit-learn
Will look closer into what this error is, but you may try just upgrading your scikit learn installation?
pip install --upgrade scikit-learn
Thank you for reply and great library.
This error is not sklearn version dependent. This depends on the specification of sklearn.base.clone. As stated on the site below. https://scikit-learn.org/stable/developers/develop.html
For example, the following code will also cause same error.
clone(BoostedRulesRegressor())
Gotcha, okay I will merge in the PR you opened.
Thanks for fixing this issue!
The following code snippet results in an error.
The error