Skip to content

Commit 5cde05e

Browse files
chore: autopublish 2024-04-05T20:53:17Z
1 parent ae3c66e commit 5cde05e

File tree

1 file changed

+12
-12
lines changed
  • src/energy_forcasting_model/pipelines/feature_engineering_pipeline

1 file changed

+12
-12
lines changed

src/energy_forcasting_model/pipelines/feature_engineering_pipeline/pipeline.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ def create_pipeline(**kwargs) -> Pipeline:
77
return pipeline(
88
[
99
node(
10-
func=create_features,
11-
inputs=[
12-
"processed_weather_and_consumption_data",
13-
"params:feature_engineering",
14-
],
15-
outputs=[
16-
"featured_data",
17-
"created_features",
18-
],
19-
name="create_features_node",
20-
tags=["feature_creation"],
21-
),
10+
func=create_features,
11+
inputs=[
12+
"processed_weather_and_consumption_data",
13+
"params:feature_engineering",
14+
],
15+
outputs=[
16+
"featured_data",
17+
"created_features",
18+
],
19+
name="create_features_node",
20+
tags=["feature_creation"],
21+
),
2222
],
2323
tags="feature_engineering_pipeline",
2424
namespace="feature_engineering_pipeline",

0 commit comments

Comments
 (0)