Skip to content

Commit 5835c29

Browse files
committed
testing code quality
1 parent 9f4b48d commit 5835c29

File tree

1 file changed

+3
-3
lines changed
  • src/energy_forcasting_model/pipelines/lightgbm_training_pipeline

1 file changed

+3
-3
lines changed

src/energy_forcasting_model/pipelines/lightgbm_training_pipeline/pipeline.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def create_pipeline(**kwargs) -> Pipeline:
5757
"y_test",
5858
],
5959
outputs=[
60-
"lightgbm_model",
61-
"lightgbm_feature_importance_plot",
62-
"real_data_and_lightgbm_predictions_plot",
60+
"lightgbm_model",
61+
"lightgbm_feature_importance_plot",
62+
"real_data_and_lightgbm_predictions_plot",
6363
],
6464
)

0 commit comments

Comments
 (0)