注:本文是人工智能研究网的学习笔记 常用的数据预处理方式 Standardization, or mean removal and variance scaling Normalization: scaling individual to have unit norm Binarization: thresholding numerical features to get boolean values Encoding categorical feature Imputation of miss…