forked from Sydney-Informatics-Hub/Module3R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 728 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: Module3R
Title: Getting Started with Machine Learning in R
Version: 0.0.0.9000
Authors@R:
person("Giorgia", "Mori", , "giorgia.mori@sydney.edu.au", role = c("aut", "cre"))
Description: In this tutorial, you will gain experience in exploratory data analysis, preparing data so it is ready for predictive modeling, training supervised machine learning models using tidymodels, and evaluating those models.
License: MIT + file LICENSE
Depends:
R (>= 3.1),
tidyverse,
tidymodels
Imports:
workflowsets,
vip,
skimr,
bestNormalize,
AmesHousing,
ggcorrplot,
naniar,
dplyr,
ggplot2,
learnr,
mlbench
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3