Skip to content

DOC proposal: visualizing cross-validation iterators #11362

Closed
@choldgraf

Description

@choldgraf

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions