Smart Warehouse Delivery Delay Prediction AI Competition

Algorithm | Tabular | Regression | Smart Logistics | MAE

  • moneyIcon 데이스쿨 프로 구독권
  • 1,069 Users Completed

 

2026_0422_s5

공동작성자

stroke
2026.05.19 16:22 183 Views language

데이터 로드 (train + test + layout_info)
    ↓
layout_info merge (layout_id 기준)
    ↓
add_features()  — EDA 기반 파생변수 생성
    ↓
add_lag_features()  — 시계열 lag/diff 피처
    ↓
preprocess()  — 결측치 처리 + 인코딩 + 클리핑
    ↓
train_lgb_ensemble()  — LGBM 3configs×2seeds + XGB 2configs = 8모델
    ↓
Inverse-MAE 가중 블렌드
    ↓
submission_0422_s5.csv 저장

Code