-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMLHUB.yaml
More file actions
28 lines (28 loc) · 759 Bytes
/
MLHUB.yaml
File metadata and controls
28 lines (28 loc) · 759 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
27
28
--- # RAIN
meta:
name : rain
title : Predict if it will rain tomorrow (decision tree and random forest).
keywords : r, prediction, classification, decision tree, introductory, weather, climate, random forest
version : 5.1.4
languages : R
display : demo
license : gpl3
author : Graham.Williams@togaware.com
url : https://github.com/gjwgit/rain
dependencies :
cran:
- rpart
- randomForest
- magrittr
- dplyr
- tidyr
- rattle=5.2.0
- rpart.plot
- tibble
files:
- docs/README.md
- demo.R
- predict.R
commands:
demo : Build a model, display, and present performance metrics.
predict : Run the model interactively to predict rain tomorrow.