Intelligence, Inside and Outside.

How To Install scikit-learn

Overview

This guide shows how to install scikit-learn. scikit-learn is a software machine learning library for the Python programming language.

 

Prerequisites

 

Installation

01. Activate your virtual environment, or skip this step if not using virtual environment.


$ source {{virtual-env-directory}}/bin/activate

 

02. Install the SciKit Learn package

(geek-venv) $ pip install scikit-learn

 

03. Verify the SciKit Learn has been installed by viewing the version.

(geek-venv) $ pip freeze | grep scikit-learn

 

Read More  Pick Your AI/ML Path On Google Cloud

For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!
Share this article
Shareable URL
Prev Post

How To Install NumPy

Next Post

Why Hasn’t AI Mastered Language Translation?

Read next