You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a strange output when i use the scikit-learn (0.20.3) Isomap algorithm on the benchmark data-set Banana. At one random state (2) the dist_matrix contains few rows (index: 8, 11, 39, 57, 61, ..) with geodesic distance 0 to most others points of the training data.
Is this maybe a bug in the Isomap module? When i use other random states, all distances between different points are greater than 0.
I have a strange output when i use the scikit-learn (0.20.3) Isomap algorithm on the benchmark data-set Banana. At one random state (2) the dist_matrix contains few rows (index: 8, 11, 39, 57, 61, ..) with geodesic distance 0 to most others points of the training data.
Is this maybe a bug in the Isomap module? When i use other random states, all distances between different points are greater than 0.
The text was updated successfully, but these errors were encountered: