Use Pycharm to do machine learning installation library

Install scipy and numpy (data analysis): search and install directly in Pycharm;
install PIL and opencv2 (for image processing): import (as follows) in Pycharm's Settings
insert image description here
Install pandas (data chart processing): search and install directly in Pycharm ;
Install scikit-learn (machine learning): search and install directly in Pycharm;

Guess you like

Origin blog.csdn.net/yzq199902/article/details/120507907