https://github.com/tidymodels/cloudstart
RStudio Cloud ☁️ resources to accompany tidymodels.org
https://github.com/tidymodels/cloudstart
Last synced: 8 months ago
JSON representation
RStudio Cloud ☁️ resources to accompany tidymodels.org
- Host: GitHub
- URL: https://github.com/tidymodels/cloudstart
- Owner: tidymodels
- License: cc-by-sa-4.0
- Created: 2020-06-05T20:51:07.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T00:38:09.000Z (over 4 years ago)
- Last Synced: 2025-03-31T15:29:47.418Z (about 1 year ago)
- Size: 1.92 MB
- Stars: 12
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cloudstart
## R Markdown documents for RStudio Cloud ☁️ to accompany tidymodels articles
This repository contains R Markdown documents to accompany the five [Get Started](https://www.tidymodels.org/start/) articles.
You can open the R Markdown files by clicking on the file name in the Files pane on the right. 👉
1. Build a model: `01_build_a_model.Rmd`
2. Preprocess your data with recipes: `02_preprocess_with_recipes.Rmd`
3. Evaluate your model with resampling: `03_evaluate_with_resampling.Rmd`
4. Tune model parameters: `04_tune_model_parameters .Rmd`
5. A predictive modeling case study: `05_case_study.Rmd`
These R Markdown documents are here to help you walk through the articles by running identical code chunks.
Feel free to change the code, and explore the tidymodels functions and objects.
If you would like to keep the changes you've made, don't forget to click on "save a permanent copy" on top right!
Happy learning! 🤓