https://github.com/hamzarahal/tidymodels-rss-workshop2024-
Workshop : "Introduction to machine learning with {tidymodels} in R"
https://github.com/hamzarahal/tidymodels-rss-workshop2024-
machine-learning r-programming tidymodels
Last synced: 26 days ago
JSON representation
Workshop : "Introduction to machine learning with {tidymodels} in R"
- Host: GitHub
- URL: https://github.com/hamzarahal/tidymodels-rss-workshop2024-
- Owner: hamzarahal
- Created: 2024-10-27T19:47:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T21:02:59.000Z (over 1 year ago)
- Last Synced: 2025-01-21T11:24:46.934Z (over 1 year ago)
- Topics: machine-learning, r-programming, tidymodels
- Language: R
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop: Introduction to machine learning with {tidymodels} in R
Machine learning (ML) is an important aspect of data science that can be used to create predictions, make classifications, and uncover insights in data that can be difficult to detect.
{tidymodels} is a collection of R packages that can be used for various aspects of machine learning pipelines, including sampling data, building and fitting models, and performance evaluation. {tidymodels} provides a consistent, user-friendly approach to fitting machine learning models in R.