forked from AdrianAntico/AutoQuant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.33 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
Package: RemixAutoML
Title: Remix Automated Machine Learning
Version: 0.2.3
Date: 2020-05-01
Authors@R:
c(person(given = "Adrian",
family = "Antico",
role = c("aut","cre","ctb"),
email = "[email protected]"),
person("Douglas","Pestana", role="ctb"),
person("Jan","Gorecki", role="ctb"),
person("Solomon","Daner", role="ctb"))
Maintainer: Adrian Antico <[email protected]>
Description: Automated Machine Learning
License: MPL-2.0
URL: https://github.com/AdrianAntico/RemixAutoML
BugReports: https://github.com/AdrianAntico/RemixAutoML/issues
Depends: R (>= 3.5.0)
Imports: arules, bit64, catboost, data.table, doParallel, e1071, fBasics, foreach, forecast,
ggplot2, grid, h2o, itertools, lime, lubridate, methods, MLmetrics,
monreg, nortest, parallel, pROC, RColorBrewer, recommenderlab, ROCR,
scatterplot3d, stats, stringr, timeDate, tsoutliers, wordcloud,
xgboost
Suggests: knitr, rmarkdown, sde, testthat, fpp, gridExtra
VignetteBuilder: knitr
Additional_repositories:
https://github.com/catboost/catboost/tree/master/catboost/R-package
Contact: Adrian Antico
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Packaged: 2020-05-01 14:00:00 UTC
RoxygenNote: 7.1.0
SystemRequirements: Java (>= 7.0)
Author: Adrian Antico [aut, cre]