데이터 분석

스케일링 변환(+ 파이썬, 정규화 Normalization, 표준화 Standardization, scikit-learn 홈페이지 참조)

The Ohgorithm 2025. 10. 10. 21:27

정규화 Normalization: https://scikit-learn.org/stable/modules/preprocessing.html

 

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

scikit-learn.org