Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC: Update install instructions to recommend conda-forge over Anaconda #30626

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ There are different ways to install scikit-learn:

Installing the latest release
=============================
For most users, we recommend installing scikit-learn using the `conda-forge` channel on Conda. `conda-forge` provides up-to-date packages that are optimized for scientific computing and ensure better compatibility across platforms. If you prefer using pip, scikit-learn is also available on PyPI.


.. raw:: html

Expand Down
Loading