Skip to content

Commit

Permalink
Add more todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stuebe committed Sep 6, 2024
1 parent 8af7f51 commit fe8eeea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion time_series_models/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def make_preprocessor(self, lags=None, **kwargs):
make_pv_pipeline(self.hrrr_fetcher, self._pv_builder),
[0],
),
# TODO: add lagged correlation features for ML
# (
# "correlated_generation",
# autoregressive_features_pipeline(
Expand All @@ -527,7 +528,7 @@ def make_preprocessor(self, lags=None, **kwargs):
# ),
]

# TODO add harmonics and other features
# TODO add harmonics and other features for ML

return sklearn.compose.ColumnTransformer(
transformers=transformers,
Expand Down

0 comments on commit fe8eeea

Please sign in to comment.