We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29f3d1 commit 0f5c711Copy full SHA for 0f5c711
stubs/sklearn/manifold/_t_sne.pyi
@@ -63,7 +63,7 @@ class TSNE(BaseEstimator):
63
perplexity: Float = 30.0,
64
early_exaggeration: Float = 12.0,
65
learning_rate: float | Literal["auto"] = "auto",
66
- max_iter: None | Int = None
+ max_iter: None | Int = None,
67
n_iter_without_progress: Int = 300,
68
min_grad_norm: Float = 1e-7,
69
metric: str | Callable = "euclidean",
0 commit comments