Environment Setup for Machine Learning in Python - ML #00

 Environment Setup:

Installing Requirements:

pip install --upgrade pip

pip install --upgrade jupyter, matplotlib, numpy, pandas, scipy, sklearn

Checking All Requirements:


python -c "import matplotlib, numpy, pandas, scipy, sklearn"

Comments