Skip to content

Commit ff6abb3

Browse files
committed
Apply TSNE n_iter -> max_iter renaming
1 parent 37fe5a7 commit ff6abb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/regular/tsne.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"perplexity": 30.0,
2020
"early_exaggeration": 12.0,
2121
"learning_rate": 200.0,
22-
"n_iter": 1000,
22+
"max_iter": 1000,
2323
"n_iter_without_progress": 300,
2424
"min_grad_norm": 1e-7,
2525
"metric": "euclidean",

configs/testing/azure-pipelines-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
{
7575
"algorithm": {
7676
"estimator": "TSNE",
77-
"estimator_params": { "n_iter": 250 }
77+
"estimator_params": { "max_iter": 250 }
7878
}
7979
},
8080
{

0 commit comments

Comments
 (0)