Emil Hvitfeldt

Results 233 issues of Emil Hvitfeldt

What should the model type of a {mboost} GLM with `familty = coxPH()` me? what about boosted GAM? - `boost_glm()` - `boost_gam()` or should we include have the glm model...

feature

- [x] ipred survival - [x] ipred time - [ ] ipred parameters ``` r library(ipred) library(survival) library(pec) #> Loading required package: prodlim bag_mod #> n events median 0.95LCL 0.95UCL...

feature

https://github.com/ivelasq/severance

https://nrennie.rbind.io/blog/2022-09-02-introducing-prettycols/

https://twitter.com/rstatspkgbot/status/1559424079270133761?s=21&t=o6wKvzUfUE-JdnaqEvazJA

It became a problem in this case where I couldn't get consistent results even with seeds. https://github.com/tidymodels/tidymodels.org/tree/main/content/learn/models/sub-sampling

bug

This PR removes `README.md` from `.Rbuildignore` making it so it will show up on CRAN and within the Package Manager UI.

As far as I can tell, `check_model_exists()` and `check_model_doesnt_exists()` doesn't need to be exported, and isn't being used outside of parsnip # Code: https://github.com/tidymodels/parsnip/blob/b74e6e41e9db5e6ffe0f0c8d96983e8119472ed3/R/aaa_models.R#L126-L156 # Github searches: https://github.com/search?q=parsnip+check_model_exists&type=code https://github.com/search?q=parsnip+check_model_doesnt_exist&type=code

upkeep

This line isn't needed as the `eng` argument is checked in the previous line https://github.com/tidymodels/parsnip/blob/b74e6e41e9db5e6ffe0f0c8d96983e8119472ed3/R/aaa_models.R#L640

upkeep