Skip to content

Fix incorrect error instructing to "pip install sklearn"#436

Open
dongreenberg wants to merge 1 commit into
huggingface:mainfrom
dongreenberg:patch-1
Open

Fix incorrect error instructing to "pip install sklearn"#436
dongreenberg wants to merge 1 commit into
huggingface:mainfrom
dongreenberg:patch-1

Conversation

@dongreenberg

Copy link
Copy Markdown

Fixes #394, and what I imagine is a frequent trip-up for people who forget that the correct pypi package name is "scikit-learn."

Fixes huggingface#394, and what I imagine is a frequent trip-up for people who forget that the correct pypi package name is "scikit-learn".

@lvwerra lvwerra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for fixing this, looks good!

@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.

@lvwerra

lvwerra commented Apr 13, 2023

Copy link
Copy Markdown
Member

Can you run make style && make quality to fix the style tests?

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.

ImportError: To be able to use evaluate-metric/glue, you need to install the following dependencies['sklearn'] using 'pip install sklearn' for instance'

3 participants