Skip to content

Commit 9b94b00

Browse files
md-shafiul-alammd.shafiul.alam
and
md.shafiul.alam
authored
update n_init for kmeans (#153)
* update kmeans * read cuml params * reset normalize --------- Co-authored-by: md.shafiul.alam <[email protected]>
1 parent bbe99dd commit 9b94b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configs/regular/kmeans.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"estimator": "KMeans",
77
"estimator_params": {
88
"n_clusters": "[SPECIAL_VALUE]auto",
9-
"n_init": 10,
9+
"n_init": 1,
1010
"max_iter": 30,
1111
"tol": 1e-3,
1212
"random_state": 42

0 commit comments

Comments
 (0)