Categorical variables and standardization

Python'da Machine Learning için Ön İşleme

James Chapman

Curriculum Manager, DataCamp

Categorical variables

    state country       type
295    az      us      light
296    tx      us  formation
297    nv      us   fireball
  • One-hot encoding: pd.get_dummies()
Python'da Machine Learning için Ön İşleme

Standardization

  • .var()
  • np.log()
Python'da Machine Learning için Ön İşleme

Let's practice!

Python'da Machine Learning için Ön İşleme

Preparing Video For Download...