In this course, we are going to work with some Python packages. You first need to install Python 3 or higher, including pip. Then you have to follow these commands from the Windows command line (or Linux terminal) for each package:
pip install -U scikit-learn
pip install -U imbalanced-learn
pip install notebook
pip install pandas
pip install numpy
In order to run a Jupyter notebook you have to open your Windows command line (or Linux terminal) and type:
jupyter notebook
A browser window will open with the Jupyter environment.
0 comments