-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add multiple graph option #315
Comments
What do your loops look like? Are you using a |
Hi @lcrmorin. Indeed, it would be a nice addition. Would you be willing to work on this feature? |
I was trying to do it myself. Ultimately my problem relates more to positioning the plots on the grid, than optbinning itself. |
I think adding an |
I've started looking more seriously at the code, and I don't really use the 2d or pw or streaming binners; should they all support plotting? In a |
I am usually using individual optbinning plots for data exploration. This is done trough a for loop.
I was wondering if there could be a default multi-plot for opt-binning. This would be my default function fo data exploration.
Typically, nowadays the best option is the pandas hist (see below).
It would be very nice to have such a plot with binning and target dependency for data exploration.
The text was updated successfully, but these errors were encountered: