-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Example of nested cross-validation #5589
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
This should illustrate why model selection and model evaluation should remain separated, and also explain why using tuned CV scores to report generalization estimates is wrong. |
This should illustrate why model selection and model evaluation should remain
separated. and explain why using tuned CV scores to report generalization
estimates is wrong.
Maybe some ideas can be grabbed from this notebook:
https://github.com/GaelVaroquaux/sklearn_ensae_course/blob/master/rendered_notebooks/05_measuring_prediction_performance.ipynb
Toward the end.
|
I am working on this and will send a PR shortly |
cool looking forward On Sun, Oct 25, 2015 at 4:46 PM, Raghav R V [email protected]
|
@rvraghav93 are you still working on this or do you want to hand it over to someone else? |
If I don't send a PR within 2 days I'll notify you to add the "Need Cont." tag! (Sorry for acting like a kid unwilling to give up any of his toys despite not playing with them :P) |
BTW this one is a duplicate of #5641 (or the other way around) could you close that? |
I am looking to contribute to this project and, as a beginner, is this a good issue to start with? or has it been solved already? |
@Xndr7 Yes please go ahead! Ping me for any help! |
@rvraghav93 since this is my first contribution here, if you could guide me about the procedure with respect to this issue and also a few hints as to how to proceed, it would be much appreciated. |
Apologies for the delay in response! You need to make an example where you show how nested cross-validation is done using our new I'm not sure if this would genuinely help you or just be considered a shameless plug, but maybe you could read more about it from my blog post here - http://rvraghav93.blogspot.fr/2015/08/gsoc-2015-new-cross-validation.html |
Is this still being worked on? If not, I'd like to try picking this up! |
Please go ahead! |
We recently merged a change to cross-validation generators that allows, e.g. KFold to be performed within the training of an outer KFold operation. This should be illustrated with an example. Be creative!
The text was updated successfully, but these errors were encountered: