[机器学习] 机器学习门把手
python Machine Learning
Steps
- import the data
- clean the data
- Splite the Data into Training/Test Sets
- Create a Model
- Train the Model
- Make Predictions
- Evaluate and Improve
Libraries and Tools
- Numpy
- Pandas: dataframe
- MatPlotLib: 2-dim plotting Library
- Scikit-Learn
Jupyter
It makes it really easy to inspect data