Lukas Burk
Lukas Burk
For both the table and the JSON data it would be nice to have a country code value. On the table it could display a flag and in the JSON...
One of the biggest selling points for the addin is the ability to trial-and-error a legend into the right position, and since positioning annotations can be a pain as well,...
…Just as a bonus and complement to #37. Because tinkering with guides can be… time intensive as well. Which is also why I haven't done that a lot so far....
Strip text on facetted plots is a *bit* hard to make out. ``` r library(ggplot2) library(hrbrthemes) packageVersion("hrbrthemes") #> [1] '0.6.0' ggplot(mtcars, aes(mpg, hp)) + geom_point() + facet_wrap(~cyl) + theme_modern_rc() +...
…instead, the file is placed in a folder named after the entered title. I get that this might me intended behavior, however, "normal" Rmd documents behave differently, and I feel...
As a replacement for the Quickstart section, since the book website needs some kind of "landing page" and quarto requires an `index.qmd` to exist. Some sort of foreword or acknowledgements...
In a code chunk like ```r task = tsk("sonar") learner = lrn("classif.rpart", predict_type = "prob") # split into training and test splits = partition(task, ratio = 0.8) print(str(splits)) ``` base...
I talked to Bernd about link style consistency and thought I'd convert/start informal discussion into an issue for easier tracking/discussion. From what I understand, there are 3 types of links...
Example would be table of resamplings in [the performance chapter](https://mlr3book.mlr-org.com/performance.html#sec-resampling), which is currently manually created. This is both tedious and prone to error, see e.g. the omission of `custom_cv` (#399)....
Rough outline for planned changes: - [ ] "Performance Scoring" subheading in intro stands on its own, needs content - Depends on restructuring of 3.1 - Wording/typos etc. will be...