tidymodels.org-legacy icon indicating copy to clipboard operation
tidymodels.org-legacy copied to clipboard

Legacy Source of tidymodels.org

Results 27 tidymodels.org-legacy issues
Sort by recently updated
recently updated
newest added

This repository is no longer in use. Visit https://github.com/tidymodels/tidymodels_dot_org for new source code

I'll leave this as draft until the other articles are also drafted.

This has (currently) broken links that will resolve when #282 is merged.

This PR copy pastes everything from https://github.com/tidymodels/tidymodels_dot_org over to this repo. Hopefully that will be enough 🤞

https://parsnip.tidymodels.org/reference/auto_ml.html Pretty cool new(/recent?) function! The page does not show what the required inputs are (workflow? Recipe? Just data?), and how to extract outputs from it (besides fit, how to...

Please let me know if there's a better place to submit these kinds of documentation issues, but I noticed today that the article on "Modeling time series with tidy resampling"...

I'm not sure if this is the right venue for reporting issues/queries with https://www.tidymodels.org/find/parsnip/ ; if not, please let me know where it should go instead ... Under "explore model...

We should adapt the [Many models](https://github.com/hadley/r4ds/blob/first-ed-updates/model-many.Rmd) chapter for use here since it is probably going away in 2E.

content :book:

Looks like the learning objective for the new case weights article was carried over from the older "Working with model coefficients" article: https://github.com/tidymodels/tidymodels.org/blob/ec1c055d290b55d4b70e249a7b8a377bf80291b7/content/learn/work/case-weights/index.Rmarkdown#L8

https://www.tidymodels.org/learn/develop/recipes/#other-step-methods does talk about `required_pkgs()`, how to use it and why. I think it would be important to note that if you are writing steps for a extension package, you...