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

Install scikit-learn instead of sklearn #141

Merged

Conversation

toshihikoyanase
Copy link
Member

Motivation

CI failed due to ModuleNotFoundError: No module named 'sklearn'.

This is because sklearn package is newly registered to deprecate pip install sklearn and encourage pip install scikit-learn.

Description of the changes

  • Replace sklearn in requirements.txt with scikit-learn.

Copy link
Member

@c-bata c-bata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@c-bata c-bata merged commit 2ca6d9f into optuna:main Nov 8, 2022
@c-bata c-bata added this to the v3.1.0 milestone Nov 8, 2022
@c-bata c-bata added the installation About setup and dependencies label Nov 8, 2022
@toshihikoyanase toshihikoyanase deleted the install-scikit-learn-instead-of-sklearn branch November 8, 2022 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation About setup and dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants