forked from AdrianAntico/AutoQuant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.57 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.3.3
Date: 2021-01-28
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: R package for the automation of machine learning, forecasting, feature engineering, model evaluation, model interpretation, data generation, and recommenders. Built using data.table for all tabular data-related tasks.
License: MPL-2.0 | file LICENSE
URL: https://github.com/AdrianAntico/RemixAutoML
BugReports: https://github.com/AdrianAntico/RemixAutoML/issues
Depends: R (>= 3.5.0)
Imports: arules, bit64, catboost, combinat, data.table, doParallel, e1071, fBasics,
foreach, forecast, ggplot2, grid, h2o, itertools, lime, lubridate, methods,
MLmetrics, monreg, nortest, parallel, pROC, RColorBrewer, recommenderlab,
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: 2021-01-28 14:00:00 UTC
RoxygenNote: 7.1.1
SystemRequirements: Java (>= 7.0)
Author: Adrian Antico [aut, cre], Douglas Pestana [ctb]
ByteCompile: TRUE