Difference between revisions of "SW:Scikit Learn"
(→Scikit-Learn) |
(→Scikit-Learn) |
||
Line 19: | Line 19: | ||
TO BE PROVIDED | TO BE PROVIDED | ||
+ | |||
+ | [[Category:Software]] | ||
+ | [[Category:Machine Learning]] |
Revision as of 09:35, 23 March 2018
Scikit-Learn
Contents
Description
Scikit-Learn provides simple and efficient tools for data mining and data analysis, and is accessible to everybody. It is built on Numpy, Scipy and Matplotlib.
- Homepage: https://scikit-learn.org/
Access
Scikit-Learn is open to all HPRC users.
Anaconda and Scikit-Learn Packages
TAMU HPRC currently supports the user of Scikit-Learn though the Anaconda modules. There are a variety of Anaconda modules available on Ada and Terra. An anaconda module may provides different version of scikit-learn. It is recommend to use the latest Anaconda module.
To access scikit-learn on Ada or Terra:
[NetID@terra ~]$ module load Anaconda/3-5.0.0.1
You can learn more about the module system on our SW:Modules page.
Example Keras Script
TO BE PROVIDED