Skip to content

Commit c6b7f26

Browse files
committed
post recording
1 parent 798c93e commit c6b7f26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

011_mlops_mlflow_h2o_agent/mlops_mlflow_h2o_agent.py

+3
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,16 @@
4444
)
4545
ml_agent
4646

47+
4748
# RUN THE AGENT
4849
ml_agent.invoke_agent(
4950
data_raw=df.drop(columns=["customerID"]),
5051
user_instructions="Please do classification on 'Churn'. Use a max runtime of 30 seconds. Use mlflow to log the experiment.",
5152
target_variable="Churn"
5253
)
5354

55+
ml_agent.get_leaderboard()
56+
5457
# 2.0 CREATE MLFLOW AGENT
5558
mlflow_agent = MLflowToolsAgent(llm)
5659
mlflow_agent

0 commit comments

Comments
 (0)