diff --git a/configs/regular/tsne.json b/configs/regular/tsne.json index 135ebc16..a4d66b62 100644 --- a/configs/regular/tsne.json +++ b/configs/regular/tsne.json @@ -19,7 +19,7 @@ "perplexity": 30.0, "early_exaggeration": 12.0, "learning_rate": 200.0, - "n_iter": 1000, + "max_iter": 1000, "n_iter_without_progress": 300, "min_grad_norm": 1e-7, "metric": "euclidean", diff --git a/configs/testing/azure-pipelines-ci.json b/configs/testing/azure-pipelines-ci.json index ffdf261d..e749c69b 100644 --- a/configs/testing/azure-pipelines-ci.json +++ b/configs/testing/azure-pipelines-ci.json @@ -74,7 +74,7 @@ { "algorithm": { "estimator": "TSNE", - "estimator_params": { "n_iter": 250 } + "estimator_params": { "max_iter": 250 } } }, {