We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d3608 commit 81f04bdCopy full SHA for 81f04bd
examples/kelmarsh_kaggle.py
@@ -1,4 +1,7 @@
1
-"""Example submission for https://www.kaggle.com/competitions/predict-the-wind-speed-at-a-wind-turbine/."""
+"""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."""
5
6
from __future__ import annotations
7
0 commit comments