04
Implications
The improvement over linear regression indicates that nonlinear interactions between wind, direction, temperature and seasonal conditions were important within this dataset. The study demonstrates disciplined preprocessing, cross-validated model comparison and clear selection of a final operationally interpretable metric set.
05
Limitations
The notebook uses a random train–test split. If the observations are temporally autocorrelated, that can overstate performance on genuinely future conditions. A stronger follow-up would use blocked temporal validation, encode direction explicitly as sine and cosine, report MAE and residual diagnostics, and evaluate rare high-wave cases separately.