Skip to content

Commit fa5ab0b

Browse files
committed
Update churn notebook with version results retrieval
1 parent 5606a54 commit fa5ab0b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

examples/tabular-classification/sklearn/churn-classifier/churn-classifier-sklearn.ipynb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,18 @@
820820
"metadata": {},
821821
"outputs": [],
822822
"source": [
823-
"project.push()"
823+
"version = project.push()"
824+
]
825+
},
826+
{
827+
"cell_type": "code",
828+
"execution_count": null,
829+
"id": "8308f1a5",
830+
"metadata": {},
831+
"outputs": [],
832+
"source": [
833+
"version.wait_for_completion()\n",
834+
"version.print_results()"
824835
]
825836
}
826837
],
@@ -840,7 +851,7 @@
840851
"name": "python",
841852
"nbconvert_exporter": "python",
842853
"pygments_lexer": "ipython3",
843-
"version": "3.8.13"
854+
"version": "3.8.10"
844855
}
845856
},
846857
"nbformat": 4,

0 commit comments

Comments
 (0)