xingjian-bai / WiDS

0 stars 0 forks source link

Pre-requisite

  1. Install conda

Build codebase locally

  1. Add a folder using the terminal, and open it
  2. git clone https://github.com/xingjian-bai/WiDS
  3. conda env create -f environment.yml
    • environment.yml is the description file of the env。
  4. conda activate wids
  5. Pushing the repo.
    1. git add .
    2. git commit -m "some message"
    3. git push

Download data

EDA resources

Code - EDA, WiDS Datathon-2023

Simple basline - RMSE 1.14

different locations train/test SOLVED

The current notebook is based on lgbm model Although a "location feature" was created in the original notebook from the latitude/longitude coordinates, different locations were obtained between the training and test data.

In this notebook, we have corrected this problem.

Forecasting with LGBM