Skip to content

Commit 1b0bb01

Browse files
fix: Fixing cluster dist
1 parent 5729d7d commit 1b0bb01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/clustering-features/cluster-evaluation/_notebooks/RelevanceAI-ReadMe-Cluster-Distribution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
],
256256
"source": [
257257
"\n",
258-
"viz_ops.plot_distributions(\n numeric_field=\"Age\", dataset_id=DATASET_ID, measure_function=skew, top_indices=2\n)\n"
258+
"viz_ops.plot_distributions(\n numeric_field=\"Age\", dataset_id=\"titanic\", measure_function=skew, top_indices=2\n)\n"
259259
]
260260
},
261261
{

docs_template/clustering-features/cluster-evaluation/_notebooks/RelevanceAI-ReadMe-Cluster-Distribution.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"source": [
206206
"@@@ skew_variation @@@\n",
207207
"\n",
208-
"@@@ cluster_vizops_custom, NUMERIC_FIELD=\"Age\", MEASURE_FUNCTION=variation, TOP_INDICES=3, DATASET_ID=\"titanic\" @@@"
208+
"@@@ cluster_vizops_custom, DATASET_ID=\"titanic\", NUMERIC_FIELD=\"Age\", MEASURE_FUNCTION=variation, TOP_INDICES=3, DATASET_ID=\"titanic\" @@@"
209209
]
210210
},
211211
{
@@ -255,7 +255,7 @@
255255
],
256256
"source": [
257257
"\n",
258-
"@@@ cluster_vizops_custom, NUMERIC_FIELD=\"Age\", MEASURE_FUNCTION=skew, TOP_INDICES=2 @@@"
258+
"@@@ cluster_vizops_custom, DATASET_ID=\"titanic\", NUMERIC_FIELD=\"Age\", MEASURE_FUNCTION=skew, TOP_INDICES=2 @@@"
259259
]
260260
},
261261
{

0 commit comments

Comments
 (0)