home.social

#tidymodels — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tidymodels, aggregated by home.social.

fetched live
  1. Is the tidymodels package `infer` mostly abandoned at this point? At one point I thought it would accumulate a larger corpus of tests, or develop an API for other pkgs to extend it, but it has seemed pretty frozen. Also, I was reminded by some recent GH issues that it's bootstrapping implementation is flawed in some annoying ways that make it seem more like a purely pedagogical tool than a real analysis too. #rstats #tidymodels #tidyverse

  2. New post with @joshuamarie: Bayesian Neural Networks in {tidymodels} with {kindling} 🔥

    BNNs learn weight distributions instead of fixed values — giving uncertainty estimates alongside predictions, all within a standard {tidymodels} workflow.

    👉 statsandr.com/blog/bayesian-ne

  3. 🚀 New blog post live!

    Together with @joshuamarie, we explore how to do more with neural networks in R using {kindling}, a higher-level interface to {torch} that makes building, training & tuning deep learning models smoother (and tidymodels-friendly)

    👉 statsandr.com/blog/you-can-do-

  4. rOpenSci will be participating in @latinr_conf!

    Here is the key data for your participation:

    🎙️ Keynotes

    - Heather Turner: Lowering Barriers to Contributing to R.

    - Stephanie Zimmer: Transforming a team to open-source first.

    - TRACE-LAC Team. Lo invisible del código abierto: Lecciones desde el proyecto TRACE-LAC / Epiverso para conectar el desarrollo de software con la salud pública

    🎓 Tutorials by rOpenSci members:

    📌 ¡Miércoles, Git! Manejo de errores en Git y no morir en el intento — @maelle , @yabellini. Registration: eventbrite.cl/e/miercoles-git-

    📌 Introducción a #Tidymodels — Francisco Cardozo & Edgar Ruiz. Registration: eventbrite.cl/e/introducion-a-

    📌 Automatización de workflows en R y Python con #targets y #Snakemake — Diana García. Registration: eventbrite.cl/e/automatizacion

    📌 ¿Qué historia vas a contar hoy Herramientas para una comunicación eficaz — Alejandra Bellini. Registration: eventbrite.cl/e/que-historia-v

    📌 Coding with #AI in RStudio — Juan Cruz Rodríguez & @LuisDVerde. Registration: eventbrite.cl/e/coding-with-ai

    List with all tutorials here: latinr.org/en/

    #RStats #RStatsES #openScience #RSE #OpenData #FOSS #DataScience #Analytics

    1/2

  5. @jeremy-data.bsky.social biology based on #bioconductor (and I’m a BioJava contributor) - also model building in health informatics (I’d use #tidymodels and #vetiver now) vs Python

  6. With my #tidyAML #RStats #R package you can quickly generate multiple models against a regression problem. This package needs a lot of work and love but I'll get to it when I have time unless someone else wants to step in. It safely fails when libraries don't exist. #tidymodels #recipes

  7. I have recently been enjoying using Gemini 2.5 Pro in Google AI Studio instead of Stack Exchange :omya_google: . The large context window (1M tokens) and the ability to set the temperature to 0, meaning NO CREATIVITY, make this LLM a very good tool for RAG when communicating with your own materials. For example, I recently had a small question about the applicability of a ridge regression model that I trained in using the framework some years ago.

  8. Feeling lucky to be in a job (for now) that I love so much. Just arrived back from a 5 day workshop in Goettingen, Germany. We invited palaeoecologists, palynologists, historians, ethnographers and archaeologists working on the Atlantic Forest of #brazil. We were also honoured to host a Tupi-guarani village leader, who generously offered his unique perspectives. I delivered a 2 day workshop on #gis #rstats #ecology species distribution modelling using #tidymodels and #tidysdm.

  9. New blog post: Spatial Machine Learning with tidymodels 🌍🧠📦

    This post shows how to apply the tidymodels framework to spatial data workflows in R. Part 3 in a series about .

    🔗 geocompx.org/post/2025/sml-bp3/

  10. If you are looking to use the cubist algo for regression and want to get it into shape then use the healthyR.ai package and the hai_cubist_data_prepper() function. Link: www.spsanderson.com/healthyR.ai/... #regression #tidymodels #data #algorithm #cubist

  11. I wrote up a little blog post comparing the runtime and memory allocation of how we used to create dummy variables with the new sparse support I added in tidymodels

    emilhvitfeldt.com/post/sparse-

  12. Happy to share that {recipes} has a new release with many new features and all known bugs exterminated!

    tidyverse.org/blog/2025/04/rec

  13. If you are looking for data processors to get your data in line for the algo in question, then my #R #package { healthyR.ai } has you covered. These are based on using #tidymodels #parsnip from the #tidyverse www.spsanderson.com/healthyR.ai/... #RStats #Data #ModelData

  14. We heard from the community that CatBoost is the way do go. We listened and learned! here is the first batch of updated hexes for

  15. One of the exciting parts of the new sparse data tidymodels work, is that {textrecipes} can now be used as a reproducible way to generate DTM, tf-idf etc etc

  16. Combining two of my favorite things.

    and oysters. My latest blog post is a project to predict New York Harbor water quality using data from Billionoysterproject.org and
    outsiderdata.netlify.app/posts

  17. 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... 🤓