All Projects → prashant2018 → MLSetup

prashant2018 / MLSetup

Licence: MIT license
One script to install all major python libraries for developing Machine Learning application

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to MLSetup

Common
SQL FineBuild provides 1-click install and best-practice configuration on Windows of SQL Server 2019 through to SQL Server 2005
Stars: ✭ 32 (+60%)
Mutual labels:  install-script
ubuntu-laptop-script
Set up an Ubuntu laptop for web development
Stars: ✭ 15 (-25%)
Mutual labels:  install-script
rclone4pi
rclone4pi - Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo
Stars: ✭ 91 (+355%)
Mutual labels:  install-script
wo-nginx-setup
Bash script to setup optimized WordOps
Stars: ✭ 16 (-20%)
Mutual labels:  install-script
magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (+90%)
Mutual labels:  install-script
puppet-install-shell
A shell script to install puppet on multiple distros
Stars: ✭ 33 (+65%)
Mutual labels:  install-script
fusionauth-install
FusionAuth simple install scripts. Copy, Paste, Code.
Stars: ✭ 66 (+230%)
Mutual labels:  install-script
macOS-init
Script d'installation complète des applications sur un Mac vierge
Stars: ✭ 17 (-15%)
Mutual labels:  install-script
Chocolater
Chocolater is simply a PowerShell code generator and it was conceived in order to facilitate the selection and installation of your favorite applications in one go.
Stars: ✭ 26 (+30%)
Mutual labels:  install-script
Fedora-KDE-Minimal-Install-Guide
Guide to install KDE Plasma desktop environment on a minimal Fedora installation
Stars: ✭ 125 (+525%)
Mutual labels:  install-script
install script
YunoHost installation scripts
Stars: ✭ 71 (+255%)
Mutual labels:  install-script
SitecoreInstallExtensions
Sitecore Install Extensions
Stars: ✭ 29 (+45%)
Mutual labels:  install-script

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].