SCIKIT-LEARN
Scikit-learn is a free and library rich machine learning software for the Python programming language. In this section, we will learn how to install Scikit-learn on Linux.
Scikit-learn is a free and library rich machine learning software for the Python programming language. In this section, we will learn how to install Scikit-learn on Linux.
Prerequisite
Scikit-learn requires
- Python (>=2.7 or >=3.3)
- NumPy (>=1.8.2)
- SciPy (>=0.13.3)
Install Scikit-Learn
If you already have a working installation of Numpy and SciPy the easiest way to install Scikit-learn is using pip
pip install -U scikit-learn
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above
Comments
Post a Comment