Skip to content

Commit 81f04bd

Browse files
committed
Update kelmarsh_kaggle.py
1 parent 11d3608 commit 81f04bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/kelmarsh_kaggle.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
"""Example submission for https://www.kaggle.com/competitions/predict-the-wind-speed-at-a-wind-turbine/."""
1+
"""Example submission for https://www.kaggle.com/competitions/predict-the-wind-speed-at-a-wind-turbine/.
2+
3+
wind-up is used for feature engineering, in particular estimating wind speed based on power
4+
and directional detrending."""
25

36
from __future__ import annotations
47

0 commit comments

Comments
 (0)