simonpcouch, to random
@simonpcouch@fosstodon.org avatar

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.

https://www.simonpcouch.com/blog/2024-05-13-parallel/

Posit, to random
@Posit@fosstodon.org avatar

It's a good weekend to learn survival analysis with tidymodels! ⏳

The tidymodels team wrote up a few case studies for you:

• Using survival analysis to see how long it takes the Department of Buildings in NYC to disposition complaints: https://www.tidymodels.org/learn/statistics/survival-case-study/
• Computing time-dependent measures of performance: https://www.tidymodels.org/learn/statistics/survival-metrics/

Read the announcement on survival analysis in tidymodels: https://www.tidyverse.org/blog/2024/04/tidymodels-survival-analysis/

Happy learning! #RStats #tidymodels

simonpcouch, to random
@simonpcouch@fosstodon.org avatar

Many hospital systems use machine learning models to help allot limited care resources. A new article on the website explores claims that these models may be discriminatory:

https://www.tidymodels.org/learn/work/fairness-readmission/

stevensanderson, to random
@stevensanderson@mstdn.social avatar

As data analysts, we know that no model is perfect. Residuals, the differences between observed and predicted values, offer valuable insights into the strengths and weaknesses of our models. Introducing the plot_regression_residuals() function from the tidyAML R package - a game-changer for visualizing regression residuals.

#R #RStats #rprogramming #datascientist #dataanalysis #datamodeling #tidymodels #parsnip

Post: https://www.spsanderson.com/steveondata/posts/2024-03-18/

image/png

Posit, to python
@Posit@fosstodon.org avatar

Opportunity Scholars at posit::conf(2024). The application deadline is approaching fast; March 22nd. If you're a strong candidate or know someone who is, please act quickly.

Opportunity Scholarships receive free tickets, a workshop, support for travel and accommodation, plus lots of swag.

Learn more and apply now,
https://posit.co/blog/posit-conf-2024-announcement/

stevensanderson, to machinelearning
@stevensanderson@mstdn.social avatar

A new release of tidyAML (v0.0.5) is now available on CRAN and GitHub!

New Features

  • Fix #217 - plot_regression_residuals()
  • Fix #215 - plot_regression_predictions()

Minor Fixes and Improvements

  • Fix #214 - Drop selection message from load_deps()
  • Fix #222 - Update fast_regression() and fast_classification()

#tidyverse #RStats #MachineLearning #DataScience #R #RProgramming #tidyaml #parsnip #tidymodels

image/png
image/png

stevensanderson, to random
@stevensanderson@mstdn.social avatar
ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

(1/2) Introduction to Machine Learning with tidymodels 🚀

This workshop by Dr. Nicola Rennie @nrennie provides a great intro to the foundation of machine learning with R examples using the tidymodels framework. The two-hour workshop covers the following topics:
✅ Foundation of ML (training approaches, hyperparameter tuning, etc.)
✅ LASSO regression
✅ Random forests regression and classification models
✅ Support Vector Machines

stevensanderson, to Futurology
@stevensanderson@mstdn.social avatar

Today I go over the extract_wflw_pred() and extract_regression_residuals() functions from my #R tidyAML

Hope you enjoy!

Post: https://www.spsanderson.com/steveondata/posts/2024-01-19/

#R

image/png
image/png
image/png

nrennie, to random
@nrennie@fosstodon.org avatar

The recording of my "Introduction to machine learning with {tidymodels}" workshop from the R/Pharma Conference is now available! 📹📹

YouTube: https://youtu.be/i-Rm2HUWgnc?feature=shared

A reminder that you can also find the workshop materials on GitHub: https://github.com/nrennie/r-pharma-2023-tidymodels

stevensanderson, to random
@stevensanderson@mstdn.social avatar

The latest release of the tidyAML R package improves access to model predictions.

The internal_make_wflw_predictions() function now returns a single tibble containing the original data, training predictions, and testing predictions. This makes it easy to evaluate model performance without extra wrangling to extract the predictions.

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-01-18/

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

🚀 Exciting News in tidyAML!

Dive into the latest tidyAML release! 🌟 The spotlight is on the new .drop_na parameter, enhancing the functionality of fast_classification() and fast_regression() functions.

⚙️ Here's a quick look at the key arguments:

  • .data
  • .rec_obj
  • .parsnip_fns
  • .parsnip_eng
  • .split_type & .split_args
  • .drop_na: The star of the show!

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-01-17/

image/png

stevensanderson, to random
@stevensanderson@mstdn.social avatar

A Tidy Release for tidyAML
What's New?

  • Add the extract_regression_residuals() function (, )

  • New .drop_na parameter for fast_classification() and fast_regression() ()

  • Expand the core packages preloaded by core_packages() ()

  • Fixes to internal_make_wflw_predictions() ()

install.packages("tidyAML")

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-01-16/

topepo, to random
@topepo@fosstodon.org avatar

Kjell Johnson and I are working on a new book: Applied Machine Learning for Tabular Data.

https://aml4td.org/

Content on pre-processing, feature engineering, supervised models, and post-processing.

We would love to get feedback.

Written with and

No code on the main site but there is a computing supplement using . We hope to have a scikit-learn supplement too.

emilhvitfeldt, to random
@emilhvitfeldt@fosstodon.org avatar

Gave a talk for the lovely people of The R User Group at the Harvard Data Science Initiative yesterday on "what's new in tidymodels"

source, slides and recording can be found here:
https://emilhvitfeldt.com/talk/2023-10-27-harvard-tidymodels/

RUGatHDSI,
@RUGatHDSI@fosstodon.org avatar

@emilhvitfeldt @rstats

We had an amazing talk yesterday from Emil Hvitfeldt on What's New In Tidymodels where we learned about some handy new data processing functions, new capabilities in survival / time-to-event modeling, and the nascent projects on causal inference and fairness coming soon to the tidymodels ecosystem!

Check out the video recording here:
https://www.youtube.com/watch?v=0B20YtjtT1U

We'll look forward to catching you all at our next event 🙂 🎥 📺

Posit, to machinelearning
@Posit@fosstodon.org avatar

Bit-sized tricks for machine learning with tidymodels 🍬

The framework is a collection of packages for modeling and using principles.

This video highlights a number of tidymodels features that could improve your modeling workflows:

https://www.youtube.com/watch?v=qknAgk234Ts

ctesta, to datascience

Upcoming event!
What's New In Tidymodels with @emilhvitfeldt

The @RUGatHDSI will be hosting this event on Thursday at 5pm Eastern Time.

"The tidymodels framework is a collection of packages for modeling and machine learning using tidyverse principles. This talk will touch on a number of new additions and in-process work being done by the team."

Register at rug-at-hdsi.org/calendar

#rstats @rstats #DataScience #tidyverse #tidymodels

RUGatHDSI,
@RUGatHDSI@fosstodon.org avatar

As a followup, it's a nice time to remind everyone that we have all our previous videos online open-access on our YouTube Channel!

A particularly relevant one to watch before this upcoming talk is "Cooking Your Data with Recipes" by @topepo

https://www.youtube.com/watch?v=GdR_S8bYaag

Enjoy! @rstats

RUGatHDSI,
@RUGatHDSI@fosstodon.org avatar

@ctesta @emilhvitfeldt @rstats

A friendly reminder that this event is coming up tomorrow at 5pm Eastern Time! Register on our website here: https://rug-at-hdsi.org/calendar/

We know for a fact that Emil has been up to some great stuff recently (see his recent blogpost on tips for Quarto slide-crafting here: https://emilhvitfeldt.com/post/slidecraft-7-tips-and-tricks/) so we're anticipating this will be a great talk!

yabellini, to random Spanish
@yabellini@fosstodon.org avatar

Now we have the second part of the tutorials
We continue with and start with and

Quarto

nrennie, to machinelearning
@nrennie@fosstodon.org avatar

I had a fantastic time running the "Introduction to machine learning with {tidymodels}" workshop as part of the R/Pharma conference today!

Massive thanks to Phil Bowsher for the invitation, and to @rpodcast and Libby Heeren for helping to answer questions during the session!

Slides: https://nrennie.github.io/r-pharma-2023-tidymodels/

GitHub: https://github.com/nrennie/r-pharma-2023-tidymodels

A blog post on any unanswered questions from the chat will be coming soon!

nrennie,
@nrennie@fosstodon.org avatar

The blog post aiming to answer some of the questions we didn't have time for in the workshop: https://nrennie.rbind.io/blog/answering-some-tidymodels-questions/

nrennie, to machinelearning
@nrennie@fosstodon.org avatar

I'm very excited to be running the Introduction to Machine Learning with {tidymodels} workshop at the R/Pharma conference this year!

The 2 hour workshop will be held online on the 18th October (2pm BST) and is completely free!

Come and join me by signing up on Eventbrite: https://www.eventbrite.com/e/introduction-to-machine-learning-with-tidymodels-tickets-728476070537

jonthegeek, to random
@jonthegeek@fosstodon.org avatar

is over 😭

Soon I'll buy my Super-Fan tickets for in Seattle (not available quite yet as far as I can find), but first it's time for one more thread to summarize my threads! Each post in this thread will be flagged with a titled "content warning" to make it easier to find your way back to the top, I hope that works out!

If you appreciate these threads, please consider a tax-deductible donation to @R4DSCommunity at https://r4ds.io/donate!

🧵1 of x

jonthegeek,
@jonthegeek@fosstodon.org avatar

The workshops were a wonderful new experience. I TAed the workshop last year, but I'd never actually participated in a Posit/RStudio workshop. There will only be 1 day of workshops next year, but I definitely recommend finding one to participate in!

Check out this thread for details: https://fosstodon.org/@jonthegeek/111091833128559292

ryantimpe, to random

Bringing some super limited edition #tidymodels hex stickers with me to #positconf2023. Check out my talk Tuesday the 19th at 2:40 in Ballroom CD to find out what’s up with the T. rex and LEGO bricks.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • megavids
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • provamag3
  • tester
  • anitta
  • Leos
  • lostlight
  • All magazines