Variables catégorielles et normalisation

Prétraitement pour le Machine Learning en Python

James Chapman

Curriculum Manager, DataCamp

Variables catégorielles

    state country       type
295    az      us      light
296    tx      us  formation
297    nv      us   fireball
  • Encodage one-hot : pd.get_dummies()
Prétraitement pour le Machine Learning en Python

Normalisation

  • .var()
  • np.log()
Prétraitement pour le Machine Learning en Python

Passons à la pratique !

Prétraitement pour le Machine Learning en Python

Preparing Video For Download...