Skip to content

Commit

Permalink
Create kelmarsh-kaggle.py (#40)
Browse files Browse the repository at this point in the history
* Create kelmarsh-kaggle.py

* Update .gitignore

* unpack scada

* Create ERA5T_52.50N_-1.00E_100m_1hr.parquet

* use ERA5 for northing

* unpack train data as well

* write eng features to parquet

* kaggle pipeline WIP

* format kelmarsh_kaggle.py

* use mae and handle nans

* use logging in kaggle_pipeline

* log feature importance details

* Update kelmarsh_kaggle.py

* try hyperparameter tuning

try hyperparameter tuning and increasing folds from 5 to 10

* add some windup features

* add TODO list

* Update .gitignore

* Delete kaggle_pipeline.py

* fix smarteole_example.ipynb lint issue

* update kelmarsh_kaggle.py and dependencies

* try to fix mypy issue

* update comments and gitignore

* Update .gitignore

* Update kelmarsh_kaggle.py
  • Loading branch information
aclerc authored Jan 6, 2025
1 parent 7acc0f1 commit 2ef7814
Show file tree
Hide file tree
Showing 7 changed files with 778 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ __pycache__/
cache/
output/
.DS_Store
/examples/kelmarsh_kaggle_data/*.csv
/examples/**/*.pickle
/examples/**/*.log
/examples/**/*.png
/examples/**/*.parquet
Loading

0 comments on commit 2ef7814

Please sign in to comment.