xingjian-bai / WiDS

0 stars 0 forks source link

Look into time series models (e.g., climate prediction models) #4

Open xingjian-bai opened 1 year ago

xingjian-bai commented 1 year ago

HOW should we treat the data differently, given it's a time-cts climite prediction problems.

Helpful posts:

YuanYuan0608 commented 1 year ago

Be careful when choosing machine learning models. https://www.kaggle.com/competitions/widsdatathon2023/discussion/377400

"I'm seeing a few people try out tree-based models in the code section and I just wanted to give a heads-up that tree-based models will introduce data leakage by using future dates to predict past dates depending on the split of the data and you wouldn't have access to this in production for deploying the model."

YuanYuan0608 commented 1 year ago

https://www.kaggle.com/code/mpwolke/wids-2023-nn-estimator Build neural network