Kelly Sovacool, PhD
Kelly Sovacool, PhD
Hi @thomasp85, Here's an idea for allowing geom_node_label to support richtext via ggtext::GeomRichText, as a partial solution to #297. Is this something you're interested in? Or maybe you have other...
navsets are rendering correctly in rmarkdown but not quarto. The tab/pill/etc appears as plain html, regardless of which `navset_*` is used. ## rmarkdown ```` --- title: "bslib rmarkdown" output: html_document:...
When using GitHub's built-in project automation workflows, a comment shows up in the issue thread indicating that a bot added/removed/etc the issue in the project board. However, when using this...
When running `annotatePeak()` on an HPC, the process used more cores than I had allocated and was thus killed by the job scheduler. I noticed that you added `ncpus`/`mc.cores` arguments...
## New feature The `workflow` object has many useful properties, such as `stubRun` to indicate whether the workflow was invoked with the `-stub`/`-stub-run` CLI option. Similarly, it would be useful...
Design discussion w/ @courtneyarmour: - this only matters when outcome is binary. - force users to supply a factor for outcome column when outcome is binary -- throw an error...
Currently, the positive outcome is just whichever is the first row in the test data, which is random. This throws off performance metrics! We need to ensure the user's preferred...
caret uses `MLmetrics::PRAUC()`, which reports precision as `NA` when TP=1 and FP=0. As a result, the prAUC value reported by caret is overinflated because it drops `NA` values. Solution: use...
Currently, a lot of plots are buried in the `parallel` vignette. We should break them out into a separate vignette. - plots for a single model - ROC and PRC...
Give users the option to do this before or after the train/test split to prevent potential for data leakage (see ). {mice} package may be useful.