TBR
■ Key words
ㆍ
■ 주요내용
ㆍ
- normalize : 바로 PCA 가능
- standard scaled : pd.DataFrame(StandardScaler().fit_transform(df))으로 Data Frame에 넣어줘야 함
■ Session note
ㆍ
■ 주요함수
ㆍ
■ Reference
ㆍ정규화(normalize/standardized/regularize) : https://realblack0.github.io/2020/03/29/normalization-standardization-regularization.htmlv
'Data Science > 1. 데이터 사이언스 소개' 카테고리의 다른 글
[n134]Linear Algebra_Clustering (0) | 2021.06.21 |
---|---|
[n133]Linear Algebra_Dimension Reduction (0) | 2021.06.21 |
[n131]Linear Algebra_Vector / Matrix (0) | 2021.06.21 |
[n124]Statistics_Bayesian (0) | 2021.06.21 |
[n123]Statistics_Confidence Interval (0) | 2021.06.21 |