關於target encoding與count encoding

1.target encoding

先整理一下鏈接,之後會看。
簡介入門:
https://zhuanlan.zhihu.com/p/40231966

一個各種category 變量編碼的庫:
https://github.com/scikit-learn-contrib/categorical-encoding
說明文檔:
http://contrib.scikit-learn.org/categorical-encoding/targetencoder.html

一個英文的關於它的說明
http://www.saedsayad.com/encoding.htm

kaggle上實現target encoding的一個kernel:
https://www.kaggle.com/ogrellier/python-target-encoding-for-categorical-features

how lightgbm deals with categorical features:
https://www.kaggle.com/c/home-credit-default-risk/discussion/58950

2.count encoding

離散變量與較少取值的連續變量可用

在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章