Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 742 Bytes

File metadata and controls

40 lines (33 loc) · 742 Bytes

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