Skip to content

Commit 0f5c711

Browse files
committed
Add missing comma
1 parent d29f3d1 commit 0f5c711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/sklearn/manifold/_t_sne.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class TSNE(BaseEstimator):
6363
perplexity: Float = 30.0,
6464
early_exaggeration: Float = 12.0,
6565
learning_rate: float | Literal["auto"] = "auto",
66-
max_iter: None | Int = None
66+
max_iter: None | Int = None,
6767
n_iter_without_progress: Int = 300,
6868
min_grad_norm: Float = 1e-7,
6969
metric: str | Callable = "euclidean",

0 commit comments

Comments
 (0)