Skip to content

[MRG] Remove shogun dependency #216

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

Merged
merged 4 commits into from
Jun 12, 2019

Conversation

wdevazelhes
Copy link
Member

@wdevazelhes wdevazelhes commented Jun 12, 2019

Fixes #132
Fixes #192

This removes the shogun dependency

@wdevazelhes wdevazelhes requested review from bellet and perimosocordiae and removed request for bellet June 12, 2019 12:06
@@ -25,7 +25,7 @@


# commonality between LMNN implementations
class _base_LMNN(MahalanobisMixin, TransformerMixin):
class _BaseLMNN(MahalanobisMixin, TransformerMixin):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like we can also get rid of this base class, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, that's right! I forgot about that, will do

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

William de Vazelhes added 2 commits June 12, 2019 15:48
# Conflicts:
#	metric_learn/lmnn.py
#	test/test_base_metric.py
@wdevazelhes
Copy link
Member Author

Test are green so I guess we can merge

@bellet bellet merged commit a22c2e6 into scikit-learn-contrib:master Jun 12, 2019
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

Successfully merging this pull request may close these issues.

Error with modshogun Remove Shogun dependency
3 participants