Skip to content

Commit

Permalink
fix: ensure entity col name is passed to the valueframe in legacy spec
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Apr 18, 2024
1 parent dfeb8fe commit 6702cb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/timeseriesflattener/feature_specs/from_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def create_combinations(self) -> Sequence[v2_specs.PredictorSpec]:
): self.entity_id_col_name_out,
},
axis=1,
)
),
entity_id_col_name=self.entity_id_col_name_out,
),
lookbehind_distances=lookbehind_days,
fallback=fallback, # noqa: B023
Expand Down

0 comments on commit 6702cb9

Please sign in to comment.