Skip to content

Commit d1a552d

Browse files
committed
Add Descriptive Variable names
1 parent 18c5d96 commit d1a552d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/t_stochastic_neighbour_embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def main() -> None:
146146
t-SNE embedding (first 5 points):
147147
[[...
148148
"""
149-
features, labels = collect_dataset()
149+
features, _labels = collect_dataset()
150150
embedding = apply_tsne(features, n_components=2, n_iter=300)
151151

152152
if not isinstance(embedding, np.ndarray):

0 commit comments

Comments
 (0)