jttoivon

Results 6 issues of jttoivon

Is it possible to have a heading inside an info box? If, for example, I have in a cell the following markdown: ``` # Test (1) ## Test (2) ###...

Hi, Does Plumber have any support for websockets? There seems to be support in httpuv, which I suppose Plumber is based on. Or do I have to open another port...

Hi, How can I extract a list of those labels that ggrepel shows in the result figure? In the below example I create 500 points, and ggrepel shows label for...

question

Hi, If I split a dataframe using `initial_split` stratifying by an imbalanced two-level factor, I get very uneven division. Below is an example using synthetic data. ``` library(dplyr) library(rsample) set.seed((1845))...

Caret allows optimizing the parameter min.node.size of ranger, but not the parameter nodesize of randomForest package. Is there some rationale for deciding which parameters are optimizable as hyperparameters in Caret?

The help pages of the scales::breaks_* say that > All breaks_() functions return a function for generating breaks. These functions takes, as their first argument a vector of values that...