Data Science/1. 데이터 사이언스 소개

[n132]Linear Algebra_Linear Algebra +

착한곰돌e 2021. 6. 21. 23:23

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