Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 759 Bytes

File metadata and controls

41 lines (34 loc) · 759 Bytes

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