We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe99dd commit 9b94b00Copy full SHA for 9b94b00
configs/regular/kmeans.json
@@ -6,7 +6,7 @@
6
"estimator": "KMeans",
7
"estimator_params": {
8
"n_clusters": "[SPECIAL_VALUE]auto",
9
- "n_init": 10,
+ "n_init": 1,
10
"max_iter": 30,
11
"tol": 1e-3,
12
"random_state": 42
0 commit comments