-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
32 lines (32 loc) · 1.08 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
Package: autokeras
Type: Package
Title: R Interface to 'AutoKeras'
Version: 1.0.12
Authors@R: c(
person(given = "Juan Cruz", family = "Rodriguez",
role = c("aut", "cre"), email = "[email protected]"),
person(family = "Data Analytics at Texas A&M (DATA) Lab", role = "cph")
)
Maintainer: Juan Cruz Rodriguez <[email protected]>
Description: R Interface to 'AutoKeras' <https://autokeras.com/>.
'AutoKeras' is an open source software library for Automated Machine
Learning (AutoML). The ultimate goal of AutoML is to provide easily
accessible deep learning tools to domain experts with limited data science
or machine learning background. 'AutoKeras' provides functions to
automatically search for architecture and hyperparameters of deep
learning models.
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://github.com/r-tensorflow/autokeras
BugReports: https://github.com/r-tensorflow/autokeras/issues
LazyData: true
Depends: R (>= 3.1)
Imports:
keras,
methods,
reticulate,
stats
RoxygenNote: 7.1.1
Suggests:
testthat,
covr