-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG+2] MAINT merge _check_cv into check_cv as indices argument is removed in 0.17 #4829
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
[MRG+2] MAINT merge _check_cv into check_cv as indices argument is removed in 0.17 #4829
Conversation
Seems straightforward. LGTM |
Please rebase, but otherwise LGTM. |
887aebd
to
62325cb
Compare
I started "watching" scikit-learn and will check for any such changes to g_s, c_v or l_c modules that gets merged as often as I can and incorporate those into model_selection too... but am a little paranoid about missing a few changes... |
Sorry for the stupid question! Simply checking the history of the file would suffice! :) |
I don't know of a way to track changes to a file as such, but the following git log model_selection..master sklearn/grid_search.py sklearn/pipeline.py (make sure you pull first!) On 8 June 2015 at 21:12, Raghav R V notifications@github.com wrote:
|
Thanks :) |
If you'd rather a daily report, you could stick git log master@{yesterday}..master sklearn/grid_search.py in a cron job (and if properly set up it'll email any output to you)! On 8 June 2015 at 21:28, Raghav R V notifications@github.com wrote:
|
see also https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection On 8 June 2015 at 21:32, Raghav R V notifications@github.com wrote:
|
+1 for merge when rebased. |
@jnothman This @agramfort Have rebased :) |
[MRG+2] MAINT merge _check_cv into check_cv as indices argument is removed in 0.17
thanks @rvraghav93 |
Thanks for the reviews :) |
I actually think checking the list of changes immediately before a rebase, using |
yes! I saved the above as an alias |
[ sorry, I wrote pipeline instead of cross_validation above. Also you can search for commits whose diffs introduce or remove an instance ] On 9 June 2015 at 08:11, Raghav R V notifications@github.com wrote:
|
As a follow up to #4370
Ref: https://github.com/scikit-learn/scikit-learn/pull/4370/files#diff-d1a79b4a1b5f91f6b6c1829b212fca53L1592