Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions content/resources/cheatsheets/ml-create-models/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Create models with parsnip
image: page-1.png
resource_type: cheatsheet
date: '2026-04-09'
description: Quick reference guide for create models with parsnip.
download_url: ml-create-models.pdf
software:
- parsnip
languages:
- R
people:
- Edgar Ruiz
thumbnails:
- page-1.png
- page-2.png
---
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions scripts/import-cheatsheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"gt",
"keras",
"lubridate",
"ml-create-models",
"nlp-with-llms",
"package-development",
"plotnine",
Expand Down Expand Up @@ -66,6 +67,7 @@
"gt": ["gt"],
"keras": ["keras"],
"lubridate": ["lubridate"],
"ml-create-models": ["parsnip"],
"nlp-with-llms": [],
"package-development": ["devtools", "usethis"],
"plotnine": ["plotnine"],
Expand Down Expand Up @@ -94,6 +96,7 @@
"gt": ["R"],
"keras": ["R", "Python"],
"lubridate": ["R"],
"ml-create-models": ["R"],
"nlp-with-llms": ["Python"],
"package-development": ["R"],
"plotnine": ["Python"],
Expand Down
Loading