Search notes:

Python library: scikit-learn

skikit-learn (sometimes referred to simply as sklearn) is a library for machine learning.
First, in the shell (potentially with sudo) …
pip install scikit-learn
… then, in the Python script:
import sklearn

Index