boostcampaitech7 / level2-competitiveds-recsys-06

level2-competitiveds-recsys-06 created by GitHub Classroom
2 stars 0 forks source link

[Model] 앙상블 기록관리 #59

Closed ChoonB closed 1 month ago

ChoonB commented 1 month ago
  1. 241017 xgboost + lightgbm 평균. v4에 contract_year_month랑 arima_deposit_index 추가해서 돌린 기록 public test score : 3714.9310 #47 xgboost 기록 #55 lightgbm 기록
ChoonB commented 1 month ago
  1. 241021 xgb+lgb+rf를 기본모델로 해서 LinearRegression으로 메타모델을 만들어 v4 기반으로 돌림 public score : 3834.3181
ChoonB commented 1 month ago
  1. 241021 xgb+lgb+rf+gb을 기본모델로 해서 LGBMRegressor로 메타모델을 만들어 v4기반으로 로그변환과 standardscaler를 돌려서 random_searchCV를 이용해서 돌린 모델 public score : 3789.6573
ChoonB commented 1 month ago

EDA/김건율/stacking/MODEL_stacking_3.ipynb

  1. 241021 xgb+lgb+rf+gb+enr을 기본모델로 해서 LGBMRegressor로 메타모델을 만들어 V8기반으로 로그변환과 standardscaler를 돌려서 random_searchCV를 이용해서 돌린 모델 public score : 3781.2851 Meta Model Cross-Validation MAE: 3938.9582
columns = ['index','_type',
    'area_m2', 'contract_date_numeric',
    'floor', 'built_year', 'latitude', 'longitude', 'age',
    'contract_0', 'contract_1',
    'deposit',
    'apt_idx',
    'area',
    'grid_id',
    'nearest_subway_distance',
    'nearest_subway_idx',
    'nearest_park_distance',
    'apt_deposit_rank', 'apt_area_deposit_rank',
    'recent_deposit',
    'nearest_park_idx',
    'nearest_school_idx',
    'nearest_school_distance',
    'park_area',]
ChoonB commented 1 month ago
  1. 위와 똑같은 조건에서 XGBoost와 LightGBM을 평균해서 제출했을때 public score: 3703.8834