forked from openml/openml-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.41 KB
/
DESCRIPTION
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: OpenML
Title: Exploring Machine Learning Better, Together
Description: OpenML is an online machine learning platform where researchers can automatically log and
share data, code, and experiments, and organize them online to work and collaborate more effectively.
We provide a R interface to the OpenML API in order to download and upload data sets, tasks, flows and runs.
Author: Giuseppe Casalicchio <[email protected]>,
Bernd Bischl <[email protected]>,
Dominik Kirchhoff <[email protected]>,
Michel Lang <[email protected]>,
Benjamin Hofner <[email protected]>,
Jakob Bossek <[email protected]>,
Pascal Kerschke <[email protected]>,
Joaquin Vanschoren <[email protected]>
Maintainer: Giuseppe Casalicchio <[email protected]>
License: BSD_3_clause + file LICENSE
URL: https://github.com/openml/openml-r
BugReports: https://github.com/openml/openml-r/issues
Depends:
R (>= 3.0.2),
mlr (>= 2.8)
Suggests:
testthat,
randomForest,
rpart,
RWeka,
farff,
mboost,
knitr,
rmarkdown
Imports:
backports (>= 1.0.1),
BBmisc (>= 1.9),
checkmate (>= 1.8.0),
ParamHelpers (>= 1.7),
data.table,
digest,
httr,
stringi,
XML,
xml2,
memoise (>= 1.0.0),
stats
LazyData: yes
ByteCompile: yes
Version: 1.0
RoxygenNote: 5.0.1
VignetteBuilder: knitr