-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
We were testing your package out and noted that it works with some versions of sklearn but not others. This appears to be due to the import statement in embed.py included below. I have not had a lot of time to track it down, but I think direct importing of these functions was removed in sklearn v .24 forward?
>> from sklearn.manifold.spectral_embedding_ import _graph_is_connected
FutureWarning: The sklearn.manifold.spectral_embedding_ module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.manifold. Anything that cannot be imported from sklearn.manifold is now part of the private API.
warnings.warn(message, FutureWarning)Metadata
Metadata
Assignees
Labels
No labels