Skip to content

Commit

Permalink
Update demo_wf_py.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp1172 authored Oct 9, 2024
1 parent 30a8cb3 commit 0175e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/california_housing_ml_pipeline/demo_wf_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def adaptive_california_housing_ml_pipeline(train_simple_lasso_model: bool = Fal
)
X_train_selected >> model_path
print("Adaptive California Housing ML pipeline completed.")
return model_path
return ""

if __name__ == "__main__":
adaptive_california_housing_ml_pipeline(train_simple_lasso_model=False)

0 comments on commit 0175e26

Please sign in to comment.