We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4b48d commit 5835c29Copy full SHA for 5835c29
src/energy_forcasting_model/pipelines/lightgbm_training_pipeline/pipeline.py
@@ -57,8 +57,8 @@ def create_pipeline(**kwargs) -> Pipeline:
57
"y_test",
58
],
59
outputs=[
60
- "lightgbm_model",
61
- "lightgbm_feature_importance_plot",
62
- "real_data_and_lightgbm_predictions_plot",
+"lightgbm_model",
+"lightgbm_feature_importance_plot",
+"real_data_and_lightgbm_predictions_plot",
63
64
)
0 commit comments