Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T19:52:59.000Z (3 months ago)
- Last Synced: 2024-10-28T00:13:47.288Z (3 months ago)
- Topics: machine-learning, r-programming, tidymodels
- Language: R
- Homepage:
- Size: 1000 Bytes
- 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.