범주형 변수와 표준화

Python으로 배우는 Machine Learning 전처리

James Chapman

Curriculum Manager, DataCamp

범주형 변수

    state country       type
295    az      us      light
296    tx      us  formation
297    nv      us   fireball
  • 원-핫 인코딩: pd.get_dummies()
Python으로 배우는 Machine Learning 전처리

표준화

  • .var()
  • np.log()
Python으로 배우는 Machine Learning 전처리

연습해 봅시다!

Python으로 배우는 Machine Learning 전처리

Preparing Video For Download...