본문 바로가기

Language/python

scikit learn - OneHotEncoder

https://scikit-learn.org/stable/modules/preprocessing.html#preprocessing-categorical-features

 

5.3. Preprocessing data — scikit-learn 0.21.3 documentation

5.3. Preprocessing data The sklearn.preprocessing package provides several common utility functions and transformer classes to change raw feature vectors into a representation that is more suitable for the downstream estimators. In general, learning algori

scikit-learn.org