Steps

Data Exploration
Data Properties and Data Visualization
- data analysis to get a feeling for the dataset
- check the missing data
- learn which features are important
Data Preprocessing
- compute missing values
- convert features into numeric ones
- group values into categories
- create a few new features
Train a Model
- train somen model
- pick the best one and apply cross validation on it
- opimize hyperparameter values
- assessment
Machine Learning Guide
原文:https://www.cnblogs.com/bermaker/p/9384846.html