Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monkey Patching ineffective in newer versions #9

Open
raghavsikaria opened this issue Mar 28, 2020 · 0 comments
Open

Monkey Patching ineffective in newer versions #9

raghavsikaria opened this issue Mar 28, 2020 · 0 comments

Comments

@raghavsikaria
Copy link

Hello Team,
versions post sklearn 0.15.2 seem to have different package structure which renders monkey patching as proposed currently ineffective.

Suggested updates:
# Import for _gradient_descent function to be monkey patched
from time import time

and

sklearn.manifold._t_sne._gradient_descent = _gradient_descent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant