Skip to content

Commit a635f77

Browse files
committed
Add mutate_property to FastPath notebook
1 parent 1ddde69 commit a635f77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/fastpath-medical-dataset.ipynb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@
467467
" smoothing_window=3,\n",
468468
" decay_factor=1e-4,\n",
469469
" random_seed=42,\n",
470+
" mutate_property=\"embeddings\",\n",
470471
")"
471472
]
472473
},
@@ -579,6 +580,7 @@
579580
" smoothing_window=3,\n",
580581
" decay_factor=1e-4,\n",
581582
" random_seed=42,\n",
583+
" mutate_property=\"embeddings\",\n",
582584
")"
583585
]
584586
},
@@ -691,6 +693,7 @@
691693
" smoothing_window=3,\n",
692694
" decay_factor=1e-4,\n",
693695
" random_seed=43,\n",
696+
" mutate_property=\"embeddings\",\n",
694697
")\n"
695698
]
696699
},
@@ -817,6 +820,7 @@
817820
" smoothing_window=3,\n",
818821
" decay_factor=1e-5,\n",
819822
" random_seed=42,\n",
823+
" mutate_property=\"embeddings\",\n",
820824
")"
821825
]
822826
},
@@ -1091,6 +1095,7 @@
10911095
" smoothing_window=3,\n",
10921096
" decay_factor=1e-5,\n",
10931097
" random_seed=43,\n",
1098+
" mutate_property=\"embeddings\",\n",
10941099
")"
10951100
]
10961101
},
@@ -1215,6 +1220,7 @@
12151220
" smoothing_window=3,\n",
12161221
" decay_factor=1e-5,\n",
12171222
" random_seed=43,\n",
1223+
" mutate_property=\"embeddings\",\n",
12181224
")"
12191225
]
12201226
},

0 commit comments

Comments
 (0)