-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sklearn update to _fit_single_estimator #528
Comments
Hi @ohsosunny, are you proposing that we change the name of the variable from |
Oh! Yes, the commit in scikit-learn/scikit-learn@77a63e7 for sklearn _fit_single_estimator updated sample_weight with fit_params. chainladder-python/chainladder/workflow/voting.py needs to pass in fit_params |
Hello, i think we need the voting chain to work as sklearn has changed sample_weight to fit_params |
Resolved in chainladder==0.8.24 |
chainladder-python/chainladder/workflow/voting.py
Line 127 in 7e5dd10
sklearn update in https://github.com/scikit-learn/scikit-learn/blob/7398114752a056edffb6c768393e61c32d56a6c6/sklearn/ensemble/_base.py#L21C22-L21C32 no longer has sample_weight as parameter. It needs fit_params instead.
The text was updated successfully, but these errors were encountered: