- Competition: https://www.kaggle.com/competitions/mitsui-commodity-prediction-challenge
- Kaggle Notebook: https://www.kaggle.com/code/darcy59/mitsuico-single-lag-pair-group-lag-extratree
Build a predictive model for the Mitsui&Co. competition using lag-based signals and a reproducible inference workflow.
- Implemented a single-lag + grouped-lag approach for organizing targets/features
- Trained an ExtraTrees-based model as a strong non-linear baseline
- Structured the notebook for Kaggle submission (stable paths, fixed seed, clean sections)