Skip to content

Commit

Permalink
Optimize hyperparameters, Selecting the best model and Testing it
Browse files Browse the repository at this point in the history
  • Loading branch information
ASabryMazroua committed Jun 30, 2021
1 parent 351c951 commit bd9a5eb
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,14 @@ def go(config: DictConfig):
)

if "test_regression_model" in active_steps:

##################
# Implement here #
##################

pass
_ = mlflow.run(
f"{config['main']['components_repository']}/test_regression_model",
"main",
parameters={
"mlflow_model": "random_forest_export:prod",
"test_dataset": "test_data.csv:latest",
},
)


if __name__ == "__main__":
Expand Down

0 comments on commit bd9a5eb

Please sign in to comment.