Machine Learning Guide

Steps

ML Workflow

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

猜你喜欢

转载自www.cnblogs.com/bermaker/p/9384846.html