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 621d986 commit 7046c87Copy full SHA for 7046c87
cuml_bench/tsne.py
@@ -22,7 +22,7 @@
22
# Load and convert data
23
X, _, _, _ = bench.load_data(params)
24
25
-# Create our random forest regressor
+# Create our TSNE
26
tsne = TSNE(n_components=params.n_components, early_exaggeration=params.early_exaggeration,
27
learning_rate=params.learning_rate, angle=params.angle,
28
min_grad_norm=params.min_grad_norm, random_state=params.random_state)
0 commit comments