P2 · 辨識即可
資料
標準化
是什麼
先 Split,再 Fit preprocessing on training data,最後 Transform training/test with the same fitted parameters。
解決什麼問題
這題考標準化統計量應由哪一批資料估計,才能讓測試集真正代表未見資料。
考場 Trigger
- 看到『避免 Data Leakage+標準化』→ 先切分,只用 Training Data…
初級深度
看到名稱能辨識其類型與主要用途即可。
資料
是什麼
先 Split,再 Fit preprocessing on training data,最後 Transform training/test with the same fitted parameters。
解決什麼問題
這題考標準化統計量應由哪一批資料估計,才能讓測試集真正代表未見資料。
考場 Trigger
初級深度
看到名稱能辨識其類型與主要用途即可。
Official Evidence