Home 9 Resources 9 Software 9 Scikit-learn

SCIKIT-LEARN

 

Scikit-learn is a collection of simple and efficient tools for data mining and data analysis, built on NumPy, SciPy and matplotlib.

Documentation

 

Usage

To see what versions of scikit-learn are available type

module avail scikit-learn

To see what other modules are needed, what commands are available and how to get additional help type

module help scikit-learn

To use scikit-learn, include a command like this in your batch script or interactive session to load the scikit-learn module:

module load scikit-learn

Be sure you also load any other modules needed, as listed by the module help scikit-learn command.