Loading
Cover of Tidy Modeling with R: A Framework for Modeling in the Tidyverse
English Beginner Artificial Intelligence (AI)

Tidy Modeling with R: A Framework for Modeling in the Tidyverse

Max Kuhn,Julia Silge

Julia Silge

5.0 / 5

1 reviews

2022

Published

626

pages

628

views

Get going with tidymodels, a collection of R packages for modeling and machine learning. Whether you're just starting out or have years of experience with modeling, this practical introduction shows data analysts, business analysts, and data scientists how the tidymodels framewor

About this book

Get going with tidymodels, a collection of R packages for modeling and machine learning. Whether you're just starting out or have years of experience with modeling, this practical introduction shows data analysts, business analysts, and data scientists how the tidymodels framework offers a consistent, flexible approach for your work. RStudio engineers Max Kuhn and Julia Silge demonstrate ways to create models by focusing on an R dialect called the tidyverse. Software that adopts tidyverse principles shares both a high-level design philosophy and low-level grammar and data structures, so learning one piece of the ecosystem makes it easier to learn the next. You'll understand why the tidymodels framework has been built to be used by a broad range of people. With this book, you will: Learn the steps necessary to build a model from beginning to end Understand how to use different modeling and feature engineering approaches fluently Examine the options for avoiding common pitfalls of modeling, such as overfitting Learn practical methods to prepare your data for modeling Tune models for optimal performance Use good statistical practices to compare, evaluate, and choose among models

Ask this book

Your question is answered in the context of this title and author. Each answer uses 2 points.

Sign in to ask the book assistant.

Reader reviews

1 reviews · 5.0 average out of 5

nandan0

2025/06/07

5 / 5

Despite the advice of the authors’ coworkers, they choose to omit the package name in calls to functions using the myriad tidymodels packages. While they suggest it is for ease of reading, it makes debugging code and using the examples significantly more difficult when you don’t know which of the dozen or so different packages the function comes from and you enforce packageName::function() formatting in your code to make it easier to debug and trace errors. However, the advice and utility of the content is great.

Write a review

Sign in to publish a review.

Reader questions and answers

Ask a focused question and learn from the community.

Sign in to ask or answer a question.

No questions yet

Be the first to ask a clear, useful question.

Related references that continue this learning path.