特徵工程

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...