Skip to content

Commit

Permalink
Fixes for quickstart notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
hersonoliveira committed Mar 28, 2024
1 parent 0585335 commit 9f760c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 1 H2O AI Cloud: Quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"metadata": {},
"outputs": [],
"source": [
"default_baseline.summary()"
"default_baseline.summary"
]
},
{
Expand Down Expand Up @@ -286,8 +286,8 @@
"outputs": [],
"source": [
"mlops_scoring_runtime = mlops.runtimes.scoring.list(\n",
" artifact_type=mlops_churn_model.get_experiment().artifact_types[0],\n",
" uid=\"dai_mojo_runtime\"\n",
" artifact_type=mlops_churn_model.get_experiment().scoring_artifact_types[0],\n",
" uid=\"python-scorer_dai_pipelines_1107\",\n",
")[0]"
]
},
Expand Down

0 comments on commit 9f760c8

Please sign in to comment.