Steven Paul Sanderson II, MPH
Steven Paul Sanderson II, MPH
Getting an error with v5 that no media exists https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v5/ Error message is: ``` {"projectVersion":"2.245.0-54832206c2d4e90345d71a4427e7542e623e43bf-2020-04-23_08:48:48.0010-local-1","requestUri":"https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v5","message":"com.springer.cms.service.ContentNotFoundException: No Content found for Version: 5 with Content-Id: coremedia:///cap/content/17858272","responseCode":404} ```
I was literally exploring the same this morning
I was just looking on how to accomplish this.
I am looking to see what kind of speed up I get from using modeltime::parallel_start() which I think uses parallel package and using the tidymodels time framework of ```r rsamp
This what I have so far: Libs ```r pacman::p_load( "tidyverse", "tidymodels", "modeltime", "timetk", "workboots", "tictoc" ) ``` No use of parallel ```r > wf % + add_recipe(recipe(qsec ~ wt, data...
No problem at all On Fri, Apr 22, 2022 at 11:11 AM Mark Rieke ***@***.***> wrote: > thanks for digging into this in pretty holistic detail! I'll definitely > look...
May want to look at the boot library as they have a function cv.Glm() that works with glm() which i suppose would be a better use than lm()
See the example at this link, it works pretty fast with 2000 bootstraps samples: https://www.tidymodels.org/learn/statistics/bootstrap/ This too, maybe modelr: https://padpadpadpad.github.io/post/bootstrapping-non-linear-regressions-with-purrr/ Also this works fast but has it's own issues https://stats.stackexchange.com/questions/226565/bootstrap-prediction-interval:...
I love it, I'll add a few more and credit you in the NEWS file for the issue, a little laid up today but this will be in the next...
No worries at all, thanks for the suggestion and feedback On Mon, Feb 6, 2023 at 11:36 AM Chuck Powell ***@***.***> wrote: > No worries on credit but appreciated, Hope...