Notice
Recent Posts
Recent Comments
Link
나의 개발일지
[Kaggle] 주택 가격 예측 본문
https://www.kaggle.com/code/yoonjuhan/kaggle-house/notebook
Kaggle_house
Explore and run machine learning code with Kaggle Notebooks | Using data from House Prices - Advanced Regression Techniques
www.kaggle.com
제출 결과 1
- 평균 제곱 오차 = 0.12748
- 모델 : 3fold lightGBM
- 하이퍼파라미터
lgbm_params = {
'objective' : "regression",
'random_seed' : 1234,
'learning_rate' : 0.05,
'n_estimators' : 1000,
'num_leaves': 33,
'max_bin': 125,
'bagging_fraction': 0.7197362581993618,
'bagging_freq': 4,
'feature_fraction': 0.4684501358427995,
'min_data_in_leaf': 14,
'min_sum_hessian_in_leaf': 2
}
'Kaggle' 카테고리의 다른 글
[Kaggle] Spaceship Titanic (0) | 2024.03.13 |
---|---|
[Kaggle] 캐글 프로젝트 순서 (0) | 2023.06.05 |
[Kaggle] 타이타닉 생존자 예측 (0) | 2023.05.21 |
Comments