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 37fe5a7 commit ff6abb3Copy full SHA for ff6abb3
configs/regular/tsne.json
@@ -19,7 +19,7 @@
19
"perplexity": 30.0,
20
"early_exaggeration": 12.0,
21
"learning_rate": 200.0,
22
- "n_iter": 1000,
+ "max_iter": 1000,
23
"n_iter_without_progress": 300,
24
"min_grad_norm": 1e-7,
25
"metric": "euclidean",
configs/testing/azure-pipelines-ci.json
@@ -74,7 +74,7 @@
74
{
75
"algorithm": {
76
"estimator": "TSNE",
77
- "estimator_params": { "n_iter": 250 }
+ "estimator_params": { "max_iter": 250 }
78
}
79
},
80
0 commit comments