forked from openml/openml-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.66 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
48
49
50
Package: OpenML
Title: Open Machine Learning and Open Data Platform
Description: We provide an R interface to 'OpenML.org' which is an online machine learning platform where researchers can access open data, download and upload data sets, share their machine learning tasks and experiments and organize them online to work and collaborate with other researchers.
The R interface allows to query for data sets with specific properties, and allows the downloading and uploading of data sets, tasks, flows and runs.
See <https://www.openml.org/guide/api> for more information.
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.5.0)
Suggests:
testthat,
mlr (>= 2.15),
ParamHelpers (>= 1.10),
randomForest,
rpart,
RWeka,
xml2,
farff,
knitr,
rmarkdown,
R.rsp,
rex
Imports:
backports (>= 1.1.0),
BBmisc (>= 1.11),
checkmate (>= 1.8.2),
data.table,
digest,
httr (>= 1.4.1),
stringi,
XML,
jsonlite,
memoise (>= 1.0.0),
stats,
curl (>= 4.1)
ByteCompile: yes
Version: 1.11
RoxygenNote: 7.2.0
VignetteBuilder: R.rsp
Encoding: UTF-8