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
- Scikit-learn web site
- Citation: Scikit-learn: Machine Learning in Python, Pedregosa et al., JMLR 12, pp. 2825-2830, 2011.
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.