Download presentation
Presentation is loading. Please wait.
Published byBeatrix Franklin Modified over 5 years ago
1
Option One Install Python via installing Anaconda: (Python version 3.x.x is preferred) 2. install the following Python packages: > conda install numpy > conda install pandas > conda install matplotlib > conda install sklearn > conda install scipy
2
Option Two Install Python directly from: (Python version 3.x.x is preferred) 2. install the following Python packages: > pip3 install jupyter > pip3 install numpy > pip3 install pandas > pip3 install matplotlib > pip3 install sklearn > pip3 install scipy
3
Lecture repository: https://github.com/sanglee/ML
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.