본문 바로가기
CS/MachineLearning

2월 21일 발표 대비

by Diligejy 2023. 2. 20.

https://www.kaggle.com/code/hellbuoy/carprice-prediction-mlr-rfe-vif

 

CarPrice Prediction MLR+RFE+VIF

Explore and run machine learning code with Kaggle Notebooks | Using data from Car Price Prediction Multiple Linear Regression

www.kaggle.com

 

1. TransformerMixin

- fit_transform()이나 fit(), transform()을 사용하지 않고 커스터마이즈된 transformer(예를 들어 min-max, normal distribution으로 전환 등) 하고 싶을 때 사용

 

a. 공식문서

b. 참고링크 목록

    i. 1번 

    ii. 2번

 

 

 

 

2. RFE

 

a. 공식문서

b. 참고링크 목록

    i. 1번

    ii. 2번

 

 

3. VIF (Variance Inflation Factor)

 

a. 공식문서

b. 참고링크 목록

 

 

댓글