Nicola Rennie · @nrennie
1682 followers · 669 posts · Server fosstodon.org

The recording of my talk on "Using {tidymodels} to Detect Heart Murmurs" from the R/Medicine Conference is now available on the @RConsortium YouTube channel! 📹📹📹

youtu.be/xyxbhLb_aEs

#rstats #healthdatascience #tidymodels

Last updated 1 year ago

Schmuel · @snij22
4 followers · 57 posts · Server mstdn.social

hive mind, looking for some help understanding recipes. I’m trying to update a custom step function to account for terms_select being deprecated. The error references recipes_eval_select as the suggested replacement, but I can’t figure out where to sub it in. Any help or resources would be greatly appreciated

#r #tidymodels #RStats

Last updated 1 year ago

Stephan Koenig · @stephankoenig
0 followers · 1 posts · Server fosstodon.org

Is it possible to use the package from to perform a repeated-measures ANOVA? I would like to compare the grades of students (response) that took a series of 9 quizzes (repeated-measure) and belonged to one of 3 treatment groups (explanatory).

#r #infer #tidymodels

Last updated 1 year ago

MilesMcBain · @milesmcbain
1279 followers · 794 posts · Server fosstodon.org

Starting to mix with for the first time in ... I'm interested to hear tips from anyone who's trodden this path before.

It seems that the tidymodels idea of making a large specification which is evaluated late in one large computation is kind of at odds with the value targets brings to caching intermediate steps?

#tidymodels #targets #rstats

Last updated 1 year ago

posit::glimpse() · @posit_glimpse
1159 followers · 150 posts · Server fosstodon.org

May posit::glimpse() newsletter

posit.co/blog/posit-glimpse-ne

💬AI chat apps with Shiny
🎉Quarto 1.3 release
✨Shiny on Hugging Face
🌳RStudio on Amazon SageMaker
🌞Join us for posit::conf()
🙌Updates for gt, pins, , Connect & more!

#tidymodels #huggingface #tidyverse #rstats #ai #shiny #pydata #python

Last updated 1 year ago

posit::glimpse() · @posit_glimpse
1125 followers · 144 posts · Server fosstodon.org

All the you could want to read about!
(from the last three months)

📦 24 CRAN releases of tidymodels packages
❎ More informative errors
🏃‍♀️Things are getting faster

Tidymodels Q1 Roundup blog post from @emilhvitfeldt

tidyverse.org/blog/2023/04/tid

#tidymodels #rstats

Last updated 1 year ago

Max Kuhn · @topepo
1417 followers · 43 posts · Server fosstodon.org

After a cascade of new package versions, we also have a new version of the meta-package out today:

tidymodels.tidymodels.org

#rstats #tidymodels

Last updated 1 year ago

Are you interested in building machine learning models in R, but not sure where to start? Look no further than the tidymodels package! In this post, we'll break down a simple code example that demonstrates how to build a linear regression model using tidymodels.

Post: spsanderson.com/steveondata/po

#OpenSource #extract #parsnip #workflows #DataScientist #datamodeling #RStats #r #tidyverse #tidymodels

Last updated 1 year ago

Emil Hvitfeldt · @emilhvitfeldt
633 followers · 149 posts · Server fosstodon.org

The team has been busy this quarter with 24 new CRAN releases!
This Q1 roundup blog post highlights some new changes regarding errors and performance
tidyverse.org/blog/2023/04/tid

#tidymodels #rstats

Last updated 1 year ago

posit::glimpse() · @posit_glimpse
1087 followers · 136 posts · Server fosstodon.org

We’re back with our newsletter!

posit.co/blog/posit-glimpse-ne

posit::glimpse() is the same glimpse of our tools and how to use them, but now with our new name.

In this edition: Learn how to position text and images in Shiny apps, work on your data science compositions in Quarto, transpose data with tidyverse, & work with teams in R and Python.

We posit you’ll find something useful, and positive you’ll learn something new!

#rstats #python #QuartoPub #tidyverse #tidymodels

Last updated 1 year ago

Sometimes we want to look at a and we can easily achieve this in even in with the

In this post I used the AirPassengers dataset and used the auto.arima() function to bootstrap models, then I wanted to take a look at the residuals.

This is not comprehensive but sheds some light on how to do this outside of the

Post: lnkd.in/gwjMfezH

#autoarima #Software #OpenSource #arima #RStats #framework #tidymodels #package #forecast #modeling #timeseries #r #model #bootstrapping

Last updated 1 year ago

todd ellis · @tootstorm
206 followers · 141 posts · Server eldritch.cafe

issues I'm struggling with that seem impossible to Google: Building a {brms} model within the {tidymodels} framework using {bayesian}.

The formula is inherently too complex (including splines and random effects) for the typical tidymodels workflow that involves recipes &c., so it must be added in at a later step. Two things:

1. Complex {brms} multivariate formulas seem to not be possible using {tidymodels}. E.g., literally multivariate or including phi after my formula via brms::bf(). It simply errors. :( This may just need some tweaking of {bayesian}'s scripts or waiting for an update since it's still fairly young.

2. Using {mgcv} random effect syntax like s(cat1, cat2, bs = "re") seems to not pick up as random effects in the model...I think? And I have never figured out if this is creating hierarchical random effects or not -- or if multilevel random effects just aren't possible in this syntax(?).

3. Using {lme4} random effect like (1 | cat1 / cat2) to ensure the hierarchy is preserved *does* retain random effects I can pull out of the model later using `ranef`, but for some absurd reason I cannot run this model through cross-validation or a myriad of other steps later because it seems to force-create a complex web of interacting factor levels that don't exist. E.g., if my random effects are '(1 | realm / biome)', this eventually fails because it'll look for tundra biome types in Africa for some absurd reason.*

Noticed this while trying to solve *separate* issues within broom.mixed:::tidy.brmsfit() -- that it seems to delete the names of all the fixed effects and return them as 'NULL' character strings (???), and its reliance on 'ranef' means it doesn't find the random effects using {mgcv} syntax.

That's my rambling mess of an essay for the day. Not sure how many of these are real issues or me simply not understanding how these packages differ or wot.

* Almost wondering if this might even be a separate {tidymodels} issue right now. Every recipe no matter what seems to factor every single character column regardless of how the recipe is built. Hmmmm.

#rstats #brms #mgcv #tidymodels

Last updated 1 year ago

daniel · @altocumulus
1 followers · 1 posts · Server fosstodon.org
Posit · @Posit
1314 followers · 40 posts · Server fosstodon.org
A. Raoul Van Oosten · @raoulvanoosten
65 followers · 165 posts · Server ecoevo.social

With R's Infer library, one can test point hypotheses, such as "the work week has 40 hours".

I think this is a great improvement on testing point null hypotheses of no difference, which we know a priori to be false.

infer.netlify.app/

part of and

#rstats #statistics #tidymodels #tidydata

Last updated 1 year ago

R-Ladies Cologne · @rladies_cologne
139 followers · 60 posts · Server fosstodon.org

🚀 Benchmarking autoML: arxiv.org/pdf/2207.12560.pdf

🚀 {agua}: agua.tidymodels.org (H2O in )

🚀 H2O Wave: wave.h2o.ai/docs/getting-start (a software stack to build browser-based applications; if some Python developers love to contribute - feel free to reach out to Erin)

🚀 ... And more resources are in the screenshot 🤗

#tidymodels

Last updated 1 year ago