What all tools are required for the course?

Hi,

I’ve signed up for the free course on Python For Machine Learning.

Can you please let me know what all tools are required for hands-on in the course?

2 Likes

Hi @Wright_Jim,

We’ve created a getting started guide to help you in setting up your local development environment. Please find the guide here

Please use Anaconda for setting up your environment as described in the above guide. Basically, you will need NumPy, SciPy, Scikit-learn, Pandas, matplotlib to do the hands-on.

If you are able to import below libraries in Jupyter notebook then you are good to go

import numpy
import pandas
import sklearn
import matplotlib

We will keep you updated with any new library which you might have to install during the course.

Hope this helps.