피처 엔지니어링

Python으로 배우는 Machine Learning 전처리

James Chapman

Curriculum Manager, DataCamp

피처 엔지니어링이란?

피처 엔지니어링: 기존 피처에서 새로운 피처 생성

  • 모델 성능 향상
  • 피처 간 관계 파악
  • 데이터 이해가 선행되어야 함!
  • 데이터셋에 따라 크게 달라짐
Python으로 배우는 Machine Learning 전처리

피처 엔지니어링 시나리오

Id Text
1 "Feature engineering is fun!"
2 "Feature engineering is a lot of work."
3 "I don't mind feature engineering."

 

user fav_color
1 blue
2 green
3 orange
Python으로 배우는 Machine Learning 전처리

피처 엔지니어링 시나리오

Id Date
4 July 30 2011
5 January 29 2011
6 February 05 2011

 

user test1 test2 test3
1 90.5 89.6 91.4
2 65.5 70.6 67.3
3 78.1 80.7 81.8
Python으로 배우는 Machine Learning 전처리

연습해 봅시다!

Python으로 배우는 Machine Learning 전처리

Preparing Video For Download...