-
Notifications
You must be signed in to change notification settings - Fork 51
Request for inclusion: metric-learn #40
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
Comments
Nice, this looks like an easy one to include. I'd be happy to have it the contrib. |
Thanks @wdevazelhes, The documentation and package quality is very nice! A few comments,
Overall I'm +1 for inclusion as well. Let's wait a few more days in case there are other comments. |
+1 for me |
Thanks for the review and comments @adrinjalali, @rth, and @agramfort, we just fixed the PEP8 errors (except the indentation), and added a check in travis so ensure future PRs are PEP8 compliant. We also added a test to check Python 3.7 compatibility. |
@wdevazelhes I have created the |
@rth thanks a lot ! I'll try the transfer. Yes, could you add the other members from the |
Sure, invites were sent for https://github.com/orgs/scikit-learn-contrib/teams/metric-learn/members |
Thanks @rth |
Great that it worked! It looks like default permissions are read. Changed them so that @scikit-learn-contrib/metric-learn members have admin permissions to https://github.com/scikit-learn-contrib/metric-learn. You would likely need to re-setup CI for the repo (unless they now handle it automatically). Closing as resolved. If there are any other issues, please let me know by commenting in this issue :) |
Thanks @rth! @wdevazelhes Seems like the documentation page is not available anymore: http://metric-learn.github.io/metric-learn/. Should we redirect it to http://contrib.scikit-learn.org/metric-learn/? |
Yes if we could redirect it (ideally, with HTTP status 302: Moved permanently), that would be great |
@terrytangyuan do you know how to do that? |
https://help.github.com/en/articles/redirects-on-github-pages might help. However as far as I understood that would require to create a If you do that, maybe worth forking the repo back to https://github.com/metric-learn/metric-learn, explcitly writing in the readme that the location of the repo moved, and adding redirects to Github pages could work. |
Thanks, @rth. Not sure we should redirect then - forking the repo is likely to introduce confusion? |
I would say we can probably leave it for now. I'd prefer to keep the auto-redirect to the new Github repo. I am sure users would be able to do a quick Google search and find out where the documentation is. |
Also, there seems to be a possible solution here: https://gist.github.com/domenic/1f286d415559b56d725bee51a62c24a7 |
Good job @wdevazelhes, looks like it is working (for the root page anyway). Not a 301 redirection but better than nothing anyway. |
Nice work @wdevazelhes! |
Request for project inclusion in scikit-learn-contrib
(n_samples, 2)
for pairs, or(n_samples, 4)
for quadruplets for instance), therefore they don't pass the tests on toy examples (we could elaborate on which tests don't pass if needed)it is not fully PEP8 compliant, this is indeed something we need to improve.It is now PEP8 compliant, except for the indentationThe text was updated successfully, but these errors were encountered: