8000 Visualization and validation tools for regression · Issue #16608 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Visualization and validation tools for regression #16608

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

Open
rth opened this issue Mar 2, 2020 · 2 comments
Open

Visualization and validation tools for regression #16608

rth opened this issue Mar 2, 2020 · 2 comments

Comments

@rth
Copy link
Member
rth commented Mar 2, 2020

Currently most of the plotting tools available in scikit-learn are related to classification (https://scikit-learn.org/stable/modules/classes.html#id3). It would be good to add more visualizers for regressions.

Plotting y_true as a function of y_pred, or the residuals, as done frequently is simple enough and probably doesn't need a dedicated plot function.

Other approaches worth considering were discussed in #10084,

There are a few additional ones in yellowbrick, I'm not convinced they would be that useful in scikit-learn.

Not saying we need all of them, but just wanted to move this discussion from outside the GLM PR.

@rth rth added the New Feature label Mar 2, 2020
@JeremiahKamama
Copy link

Is this beginner friendly for someone starting out in the field?If so I would love to work on it

@rth
Copy link
Member Author
rth commented Mar 3, 2020

No this issue need discussion before starting the implementation. You could look for issues with "help wanted" and "good first issue" labels, there are also a number of PRs marked as "stalled" that could be continued.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Discussion
Development

No branches or pull requests

2 participants
0