Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrennie/rss-2024-tidymodels
RSS 2024 Conference workshop materials for "Introduction to machine learning with {tidymodels} in R".
https://github.com/nrennie/rss-2024-tidymodels
r tidymodels workshop
Last synced: about 1 month ago
JSON representation
RSS 2024 Conference workshop materials for "Introduction to machine learning with {tidymodels} in R".
- Host: GitHub
- URL: https://github.com/nrennie/rss-2024-tidymodels
- Owner: nrennie
- License: cc-by-4.0
- Created: 2024-01-08T14:03:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T18:48:14.000Z (5 months ago)
- Last Synced: 2024-10-28T04:59:36.064Z (3 months ago)
- Topics: r, tidymodels, workshop
- Language: R
- Homepage: https://nrennie.github.io/rss-2024-tidymodels
- Size: 20.3 MB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS International Conference 2024
## 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.
This interactive workshop will introduce some common machine learning techniques such as random forests and support vector machines, and demonstrate how to fit these models in R using {tidymodels}. We'll also cover some of the common concepts of machine learning such as cross-validation, hyperparameter tuning and model evaluation. No previous knowledge of machine learning is required for this workshop, though familiarity with some statistical concepts such as correlation, variability, and simple linear regression may be helpful. Being reasonably comfortable with data wrangling using {dplyr} and {tidyr} would be beneficial to attendees.
**Please bring a laptop with internet access to the workshop.**
### Prerequisites
* Comfortable with common statistical concepts, including regression models.
* Comfortable with simple data manipulation in R.
* Able to access R on your laptop either via local installation or through [Posit Cloud](https://posit.cloud/).### Packages required
* tidymodels
* glmnet
* ranger
* openintro (for data)
* dplyr, tidyr, ggplot2, forcats (optional)### Useful Links
* GitHub: [github.com/nrennie/rss-2024-tidymodels](https://github.com/nrennie/rss-2024-tidymodels)
* Slides: [nrennie.rbind.io/rss-2024-tidymodels](https://nrennie.rbind.io/rss-2024-tidymodels)