MLSetup icon indicating copy to clipboard operation
MLSetup copied to clipboard

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

MLSetup

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

ML (Image: Google)

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 python2
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