Tidymodels in R: run LDA prediction on iris

Опубликовано: 17 Февраль 2026
на канале: Like Mengz
182
4

Use workflow in #tidymodels to build a #LDA model on iris data.
The advantages of #workflow in tidymodels are standardizing various model sources / packages, and user can have a streamlined modeling procedure.
The efforts from RStudio make it possible to use 'workflow' similar to the very popular 'pipeline' in scikit-learn in python. Hope you will have a great experience with tidymodels, though more improvements are expected in the future.