8000 DOC proposal: visualizing cross-validation iterators · Issue #11362 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC proposal: visualizing cross-validation iterators #11362

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

Closed
choldgraf opened this issue Jun 26, 2018 · 6 comments · Fixed by #11475
Closed

DOC proposal: visualizing cross-validation iterators #11362

choldgraf opened this issue Jun 26, 2018 · 6 comments · Fixed by #11475

Comments

@choldgraf
Copy link
Contributor
choldgraf commented Jun 26, 2018

Description

One of the visualizations I find most intriguing for scikit-learn is the visualization of predictions on a classification problem for many classifiers. This one:

I have something similar that I use to demonstrate how different cross-validation objects work. It has a similar style to it, and is done with very few lines of code. It makes plots like:

image

and

image

Would an example like this that loops through several cross-validation objects be helpful? I find it much easier to teach what each CV object does using visual plots like this rather than printing out the indices.

Just checking if folks would be interested in this before I make a PR :-)

@jnothman
Copy link
Member
jnothman commented Jun 26, 2018 via email

@agramfort
Copy link
Member
agramfort commented Jun 27, 2018 via email

@TomDLT
Copy link
Member
TomDLT commented Jun 28, 2018

+1
Though I don't understand the link with the classification example, which does not demonstrate cross-validation but classification.

@amueller
Copy link
Member
amueller commented Jun 28, 2018

@choldgraf
Copy link
Contributor Author

@amueller oooh those look quite nice, I'll give em a shot

@amueller
Copy link
Member

They are not unified right now, there's different functions for different cross-validation iterators. I think they can be generalized though.

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 a pull request may close this issue.

5 participants
0