Kelly N. Bodwin
Kelly N. Bodwin
I should add that changing the `var` argument of `add_predictions()` doesn't solve the problem since it renames the tibble rather than the column; e.g. `var = "newname"` would produce the...
https://www.adventures-in-r.com/ Let me know if you want a mirror site with just the materials and not the Patreon info, if you want to avoid linking to anything with paid add-on...
For clustering assignment similarities, `flexclust::randIndex` is easy to use with the results of `predict`. I like the idea of using this to measure consistency. However, this is very different to...
Thank you thank you! You're right, this isn't the behavior we want. I'm releasing a pretty big overhaul/rework of demoR next week (see: rsconf presentation). I _think_ the changes will...
We've done a quick patch, and it should be install-able now. I'm leaving this issue open until we can chase down the source of the problem. Thanks for calling our...
PRs are very, very welcome @dragosmg!
This is a great idea! I also use this slide/source code duality and it's a pain to make both. I'll look into this, thank you for the tip.
Yikes, this is an error in the documentation. Thank you for bringing it to our attention! "how_to_pipe" should actually be a chunk name: ```` ```{r how_to_pipe, include = FALSE} iris...
Hi @emitanaka, I'm not 100% sure I understand. Do you mean shortcuts for showing the chunk source code itself? For purposes of teaching how to use markdown and chunks? For...
Quick note on the comment on line 16 of `param_min_support` - we believe this param would be better using *finalize*, but it was out-of-scope for the project this year. It...