-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMLHUB.yaml
More file actions
23 lines (23 loc) · 901 Bytes
/
MLHUB.yaml
File metadata and controls
23 lines (23 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- # IRIS
meta:
name : iris
title : Classic iris plant species classifier.
keywords : r, iris, biology, decision tree, rpart, classification
version : 2.1.3
languages : R
modeller : rpart
type : decision tree
display : display
license : gpl3
author : Graham.Williams@togaware.com
maintainer : Graham.Williams@togaware.com
url : https://github.com/gjwgit/iris
filename : pool/main/i/iris/iris_2.1.0.mlm
dependencies:
sh : atril
cran : rpart, magrittr, caret, rpart.plot, RColorBrewer, rattle=5.2.0
files : data.csv, demo.R, display.R, iris.csv, iris_rpart_caret_model.RData, print.R, README.md, score.R, train.R
commands:
demo : Apply model to a sample dataset and evaluate.
print : View a textual summary of the model.
display : View a graphical representation of the model.