Machine Learning Guide

Steps

Machine Learning Guide

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

相关文章:

  • 2021-07-26
  • 2021-05-13
  • 2021-06-28
  • 2021-11-01
  • 2021-05-03
  • 2021-09-27
  • 2021-12-31
猜你喜欢
  • 2021-06-14
  • 2021-05-28
  • 2021-12-19
  • 2021-07-17
  • 2022-02-20
  • 2021-10-19
  • 2021-10-23
相关资源
相似解决方案