본문 바로가기

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

[n132]Linear Algebra_Linear Algebra +

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