
Create a new RStudio project named udemy_pipeline with data and models folders, add scripts like tune_tidymodels.R and prepare_data.R, and import txt attachments for tidymodels setup.
Learn to train and fit models with the parsnip unified API, using rand_forest with ranger or spark for regression, then prep data and predict on ames_test.
Build a machine learning pipeline with plumber and tidymodels, set up data and folders, and expose API endpoints for training, predictions, and reporting on a local server.
Learn to define R functions as api endpoints with plumber, install and run plumber, and test a simple echo endpoint via Swagger and curl.
Explore the basics of the pipeline, including rmarkdown dynamic reports driven by params, selective output in code chunks, library checks, and loading the ames housing data with a default summary.
Hi,
in this course you are going to get a quick introduction into the fascinating world of building predictive models in R using tidymodels. This course guides you through important packages of tidymodels to empower you to build an automatic regression pipeline, which you can use to tune a model for your own data set. I will introduce you to tidymodels and show you how you can build a simple API using plumber.
We discover the important packages together. After each video in the first chapter you will solve short quizzes to deepen your knowledge. Step by step you will learn the important parts to build a regression pipeline.
In the second chapter we will finally build the pipeline, which you can customize to your specific needs. We will make the pipeline available through plumber.
This course is pretty dense in nature, but I believe that it is a very good starting point for you, since you will be able to build upon the material provided to you.
I assume that you are familiar with R, tidyverse principles and the basics of machine learning. But even If you are a complete beginner, I think that this course can be valuable to you.
I am looking forward seeing you in the course,
Sincerely Moritz