Skip to content

Kaz integration#7

Merged
sandrohuni merged 20 commits into
mainfrom
kaz-integration
Jul 6, 2026
Merged

Kaz integration#7
sandrohuni merged 20 commits into
mainfrom
kaz-integration

Conversation

@sandrohuni

Copy link
Copy Markdown
Collaborator

No description provided.

sandrohuni and others added 20 commits April 2, 2026 12:51
RNN models require series length >= training_length + 1, but the filter
only checked input_chunk_length + forecast_horizon + 1, letting too-short
series through and crashing darts. Thread training_length into
_build_darts_timeseries and use max(input+horizon, training_length)+1.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
apply_static_scalers returns every static column, so SapphirePredictor
attached all of them as static covariates while training filtered to
config.static_features via filter_static_columns. Any static_df with
extra columns (e.g. LAT/LON metadata) caused a component-count mismatch
and failed every predict/hindcast call.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@sandrohuni
sandrohuni merged commit b48ed45 into main Jul 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant