Skip to content

Commit 621925b

Browse files
author
Vinjai Vale
committed
update nb
1 parent e3f99dd commit 621925b

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

scripts/autocurate_bdd.ipynb

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,42 +24,50 @@
2424
},
2525
{
2626
"cell_type": "code",
27-
"execution_count": 111,
27+
"execution_count": 115,
2828
"id": "fb4daca6-e217-485f-bdd3-ac9a60b48842",
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32-
"run = client.get_model_run(model_run_id='run_c4s5wq257tf00d9m3wsg', dataset_id='ds_c4s5prvm7v0007rf4vag')"
32+
"run = client.get_model_run(model_run_id='run_c4s9crbjwjzg0b9g3200', dataset_id='ds_c4s5prvm7v0007rf4vag')"
3333
]
3434
},
3535
{
3636
"cell_type": "code",
37-
"execution_count": 112,
37+
"execution_count": null,
38+
"id": "eee9ef2e-62cd-4da4-9862-d3903f47e00d",
39+
"metadata": {},
40+
"outputs": [],
41+
"source": []
42+
},
43+
{
44+
"cell_type": "code",
45+
"execution_count": 116,
3846
"id": "904c4570-bfda-4bb3-9c46-eb44ff62d5f3",
3947
"metadata": {},
4048
"outputs": [],
4149
"source": [
42-
"job = nucleus.autocurate.entropy(\"Mean Entropy\", [run], client)"
50+
"job = nucleus.autocurate.entropy(\"Mean Entropy (with Nones)\", [run], client)"
4351
]
4452
},
4553
{
4654
"cell_type": "code",
47-
"execution_count": 114,
55+
"execution_count": 117,
4856
"id": "d5ff24e8-d960-4ddc-a2ea-6cd14809de4c",
4957
"metadata": {},
5058
"outputs": [
5159
{
5260
"data": {
5361
"text/plain": [
54-
"{'job_id': 'job_c4s61m6wm91bgxksmggg',\n",
62+
"{'job_id': 'job_c4s9n7wwm9105t7g22bg',\n",
5563
" 'status': 'Completed',\n",
5664
" 'message': {'status_log': 'No additional information can be provided at this time.'},\n",
5765
" 'job_progress': '0.00',\n",
5866
" 'completed_steps': 0,\n",
5967
" 'total_steps': 0}"
6068
]
6169
},
62-
"execution_count": 114,
70+
"execution_count": 117,
6371
"metadata": {},
6472
"output_type": "execute_result"
6573
}

0 commit comments

Comments
 (0)