Open adamryczkowski opened 6 years ago
Please read the posting guide about providing a reprex along with session information etc.
If you want to get the confidence intervals back, a better approach would be to make a broom::tidy
method for diff.resamples
. Even better would be to use tidyposterior
to get credible intervals.
If you do not wish to maintain this package anymore, I would really appreciate if you would point me to the most promising (from your perspective) fork, so I would have a place where to put patches.
It is being maintained, just not at the rate that you appreciate. If you want put a PR in, I'll get to it when current deadlines permit (probably in late Nov/early Dec). I would suggest branching off master; the main development branch is independent of these changes.
Thank you for answering.
Actually I do not want the confidence intervals, because they depend on the amount of resamples I take (and if this number goes to infinity, those intervals reduce asymptotically to zero, and make little sense).
I want to have an option to draw the interquantile range (or: 5% - 95% quantile range) instead.
I have already implemented an option to error_statistic
to the ggplot.resamples
function in my fork of your code. It serves its purpose and I am done with the problem. I do not want to add to your burden, so tell me if you are interested in reviewing this patch, and if so, I would update the documentation and publish a PR.
I'm going to start working on a new release tomorrow. If you want to put a PR in, it would be a good time to do it.
These are standard positional statistics, whereas
returns a chart that shows confidence intervals sampled over all resamples for each model.
I could fix that (by providing an option to the
caret:::ggplot.resample
), but I see a 2-month long backlog of unreviewed pull requests in your repository and I wonder, what would be a time frame for my patch to be reviewed.If you do not wish to maintain this package anymore, I would really appreciate if you would point me to the most promising (from your perspective) fork, so I would have a place where to put patches.