fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#tidymodels

0 posts0 participants0 posts today

Introducing support for postprocessing in tidymodels!

Postprocessors refine predictions outputted from machine learning models to improve predictive performance or better satisfy distributional limitations.

The tidymodels team has been working on a set of changes across many packages to introduce support for postprocessing. They would love to hear your thoughts on their progress so far!

Learn more in the blog post: tidyverse.org/blog/2024/10/pos

The healthyverse meta package:

healthyR: Streamline hospital data workflows
healthyR.ts: Master time series analysis
healthyR.ai: Implement AI modeling seamlessly
healthyR.data: Access curated healthcare datasets
TidyDensity: Simplify probability distributions
tidyAML: Automate machine learning with tidymodels
RandomWalker: Explore random walk analysis

install.packages("healthyverse")
library(healthyverse)

spsanderson.com/healthyverse/

www.spsanderson.comEasily Install and Load the healthyverseThe healthyverse is a set of packages that work in harmony because they share common data representations and API design. This package is designed to make it easy to install and load multiple healthyverse packages in a single step.
#R#RStats#ML

The healthyverse meta package:

healthyR: Streamline hospital data workflows
healthyR.ts: Master time series analysis
healthyR.ai: Implement AI modeling seamlessly
healthyR.data: Access curated healthcare datasets
TidyDensity: Simplify probability distributions
tidyAML: Automate machine learning with tidymodels
RandomWalker: Explore random walk analysis

install.packages("healthyverse")
library(healthyverse)

spsanderson.com/healthyverse/

www.spsanderson.comEasily Install and Load the healthyverseThe healthyverse is a set of packages that work in harmony because they share common data representations and API design. This package is designed to make it easy to install and load multiple healthyverse packages in a single step.
#R#RStats#ML

ok how did I not know until now that you can add se.fit = TRUE to the predict() function to get errors?

and of course, I now see there is a std_error option and several others in the version

what do these do for nonparametric models, I wonder?

No matter how much I think I know, there is always so much more to learn... 🤓

We have five posit::conf(2024) workshops for
and
modeling and ML enthusiasts!

• Causal Inference in R, led by @malcolmbarrett and @travisgerke
• Introduction to machine learning in Python with Scikit-learn, led by @TiffanyTimbers and Trevor Campbell
• Intro to MLOps with vetiver, led by @isabelizimm
• Introduction to tidymodels, led by @hfrick and @simonpcouch
• Advanced Tidymodels, led by @topepo

reg.conf.posit.co/flow/posit/p

reg.conf.posit.coRegistrationWelcome to your event

What an incredible lineup of⚡️ talks in our last session! 5-min talks aren’t an easy feat!

We learned about , , Posit Public Package Manager, writing blogs, portfolio analysis, package development for epi dashboards, and the GenTwoArmsTrialSize R stats package!

Huge round of applause for:

🎤 Bryan Shalloway

🎤 Joe Roberts

🎤 Randi Bolt

🎤 Lovekumar Patel

🎤 Cameron Ashton

🎤 Mohsen Soltanifar

Preprint from Simon Wood on the new cross-validation smoothness estimation in #mgcv: arxiv.org/abs/2404.16490. It's a neat performant + data-efficient way to estimate GAMs based on complex CV splits (like spatial/temporal/phylo ones).

See ?NCV in latest {mgcv} for examples (cran.r-universe.dev/mgcv/doc/m)

I might write a helper to convert {rsample}/{spatialsample} objects into mgcv's funny CV indexing structure.

#rstats #ml #tidymodels #mgcvchat @MikeMahoney218 @gavinsimpson @ericJpedersen @millerdl

tidymodels has long supported parallelizing model fits across CPU cores. A couple of the modeling engines that supports for gradient boosting— and —have their own tools to parallelize model fits. A new blog post explores whether tidymodels users should use tidymodels' implementation, the engines', or both.

simonpcouch.com/blog/2024-05-1

www.simonpcouch.comHow to best parallelize boosted tree model fits with tidymodels | Simon P. Couch