Jason Gantenberg
Jason Gantenberg
Are there any updates or additional guidance on reducing model storage size while retaining the ability to predict and/or refit the algorithm? I'm running a fairly large `Lrnr_sl()` and would...
Thank you for the tips. I'll take a look at the generalizedCV example. Pretty sure I have `keepExtra=FALSE`, but I will double-check.
You've probably already considered this, or my reasoning may not make sense in the context of `sl3`, but I thought I would at least add the idea to this thread...
Thanks, I will try to run some tests during the next week or two and post the results here.
Sorry it took me so long to get to this. I went ahead and made two files: 1. [learner_sizes.csv](https://drive.google.com/file/d/11HoBmnymGbY1jhAly8X-tEZ4ftLQ0yoO/view?usp=sharing) - A `data.table` storing the sizes of all component learners, as...
@gasparsuliansky You may need to load the fonts into your graphic devices. Check out the [extrafont](https://cran.r-project.org/web/packages/extrafont/extrafont.pdf) package for more.
Rebuilding didn't work for me, unfortunately. For anyone else looking for clues, I don't believe this issue is related to `org-noter` but to `pdf-tools`, more specifically `pdf-annot-minor-mode`. Minimal steps to...
Sorry, I completely dropped the ball on this. I just applied your fix and can confirm that it resolves the issue. Thank you.
FYI, someone applied this fix already: https://github.com/vedang/pdf-tools/commit/49078c71f1ae9e85e719029a3e5e5f5e10509017. Should be reflected in the most recent pdf-tools release (v1.0.0).
I'm still having this issue with table captions using the following: ```{r setup, echo = TRUE} knitr::opts_chunk$set(echo = TRUE) library(dplyr) ``` ```{r} df % knitr::kable(., caption = "Good caption (no...