Skip to content

Commit 7e39675

Browse files
Khansa435cclauss
andauthored
Update machine_learning/t_stochastic_neighbour_embedding.py
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 6a495bd commit 7e39675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

machine_learning/t_stochastic_neighbour_embedding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def collect_dataset() -> tuple[ndarray, ndarray]:
1212
Returns:
1313
tuple[ndarray, ndarray]: Feature matrix and target labels.
1414
15-
Example:
1615
>>> features, targets = collect_dataset()
1716
>>> features.shape
1817
(150, 4)

0 commit comments

Comments
 (0)