Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[MRG+1] Removes dp-derivation.rst. #10857

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 1 commit into from
Mar 22, 2018

Conversation

gamazeps
Copy link
Contributor

@gamazeps gamazeps commented Mar 22, 2018

Reference Issues/PRs

Fixes #10814

What does this implement/fix? Explain your changes.

This PR removes references to dp-derivation.rst
as it is only relevant to features currently deprecated which will be removed in 0.20

Any other comments?

The CircleCI tests do not pass, but due to 403 and 500 errors when fetching data, which
are not related in any way to the modified code.

The module is deprecated and will be removed in version 0.20.

Fixes scikit-learn#10814
Copy link
Member

@qinhanmin2014 qinhanmin2014 left a comment

Choose a reason for hiding this comment

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

The PR itself LGTM. But @gamazeps , we now have 3 Circle jobs (python2, python3 and deploy, see recent PR). Seems that there's something wrong from your side?

@gamazeps
Copy link
Contributor Author

@qinhanmin2014 I am new to circle-ci workflows so I may have misconfigured it in the web interface.
It seems that deploy is launched only if python2 and python3 passed.

I relaunched the build, and launched them on an up to date master, just to make sure that the 403 and 500 errors also happen on a clean master and are not caused by my changes.

Copy link
Member

@qinhanmin2014 qinhanmin2014 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @gamazeps :)
We don't touch unrelevant examples in PR now so you won't get 403/500 errors

@qinhanmin2014 qinhanmin2014 changed the title [MRG] Removes dp-derivation.rst. [MRG+1] Removes dp-derivation.rst. Mar 22, 2018
@lesteve
Copy link
Member

lesteve commented Mar 22, 2018

@qinhanmin2014 I am new to circle-ci workflows so I may have misconfigured it in the web interface.

@gamazeps please do not configure CircleCI on your fork. Now that you have please disable it. The reasons:

  1. you don't need to do it for CircleCI to run on your PR
  2. it actually interferes with our tests. If CircleCI is configured on your fork, the tests are run on your branch rather than on the result of merging your branch into master. In some cases this can lead to failures once the PR is merged into master (although everything was green in the PR).

I don't know about the 500 errors (generally this is due to temporary glitches with mldata.org) but I can definitely reproduce locally the 403 errors from the Google finance API (examples/application/plot_stock_market.py). We should investigate them. The Google finance API URL that we use is kind of officially shut down last time I googled around, we need to find another way of getting this data. Searching for google finance API will very likely show more context.

@lesteve
Copy link
Member

lesteve commented Mar 22, 2018

Aside from this the PR looks fine, merging, thanks a lot!

@lesteve lesteve merged commit 9920bf9 into scikit-learn:master Mar 22, 2018
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.

dp-derivation.rst isn't included in any toctree
3 participants