Skip to content
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

fix deprecated method import from sklearn==1.4.0 #2170

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

dennisbader
Copy link
Collaborator

Summary

  • fixes failing unit tests due to new sklearn v1.4.0: method _check_fit_params was renamed to _check_method_params

@dennisbader dennisbader merged commit 68f72a7 into master Jan 19, 2024
9 checks passed
@dennisbader dennisbader deleted the fix/sklearn_method_check_import branch January 19, 2024 11:32
@dennisbader dennisbader restored the fix/sklearn_method_check_import branch January 19, 2024 11:38
@dennisbader dennisbader deleted the fix/sklearn_method_check_import branch January 19, 2024 11:40
@AK6263
Copy link

AK6263 commented Jan 19, 2024

Can you please provide an alternative fix I want to run the models

@dennisbader
Copy link
Collaborator Author

@AK6263, you can just install a lower version of sklearn before installing darts.

pip install "scikit-learn<1.4.0"
pip install darts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants