Skip to content

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

License

Notifications You must be signed in to change notification settings

Debanshu777/MLSetup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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 (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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%