Skip to content

kmodipa/MLSetup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MLSetup

Install the required python libraries for Machine Learning in a go. Simple script to get started with machine learning.

ML

Just download the scripts and run as :

All libraries
#For python2
bash MLSetup_python2.sh all
#For python3
bash MLSetup_python3.sh all

or

Individually
#For python3
bash MLSetup_python2.sh pandas
#For python3
bash MLSetup_python3.sh pandas

Libraries Included

  • Numpy
  • Scipy
  • Matplotlib
  • Jupyter
  • Pandas
  • Seaborn
  • Scikit-Learn

Also Included

  • python-pip
  • python-dev
  • build-essential

Enjoy Machine Learning

About

One script to install all major python libraries for developing Machine Learning application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%