From ff6abb3eda23e61ad0b650a43b9e9dbfc24e5076 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Thu, 28 Aug 2025 17:10:07 +0100 Subject: [PATCH] Apply TSNE n_iter -> max_iter renaming --- configs/regular/tsne.json | 2 +- configs/testing/azure-pipelines-ci.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } } }, {