Overview

# data

쓰던 코드 가져오기

Mitra는 대학원 과제 발표자료 활용하기

Extreme Gradient Boosting

Extreme Gradient Boosting(XGBoost)은

pip install xgboost
import xgboost

Light Gradient Boosting Machine

Light Gradient Boosting Machine(LightGBM)은…

pip install xgboost
import xgboost

CatBoost

CatBoost는 …

pip install xgboost
import xgboost