Machine Learning Guide

Posted bermaker

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Machine Learning Guide相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

Machine Learning In Action

Python Machine Learning

Machine_learning--score

COMPSCI 361 Machine Learning 重点解析

machine learning in action , part 1

Machine Learning:机器学习算法