tidymodels / shinymodels

https://shinymodels.tidymodels.org/
Other
46 stars 5 forks source link

select by histogram or boxplot #3

Open topepo opened 3 years ago

topepo commented 3 years ago

For showing observed outcomes vs predictions, we are going to have plots that visualize a categorical variable (true outcome or some qualitative predictor) versus a numeric column (see this code block for example).

If we use histogram or boxplots, can ggplotly() be used to select boxes or histogram bars to select data?

adhikars11 commented 3 years ago

We can do the linking on histogram but we haven't done it yet.