-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.67 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
Package: SmartML
Version: 0.3.0
Title: Machine Learning Automation
Authors@R:
c(person(given = "Mohamed",
family = "Maher",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Sherif",
family = "Sakr",
email = "[email protected]",
role = "aut"),
person(given = "Bruno Rucy",
family = "Carneiro Alves de Lima",
email = "[email protected]",
role = "ctb"))
Description: This package is a meta-learning based framework for automated selection and hyper-parameter tuning for machine learning algorithms. Being meta-learning based, the framework is able to simulate the role of the machine learning expert. In particular, the framework is equipped with a continuously updated knowledge base that stores information about statistical meta features of all processed datasets along with the associated performance of the different classifiers and their tuned parameters. Thus, for any new dataset, SmartML automatically extracts its meta features and searches its knowledge base for the best performing algorithm to start its optimization process. In addition, SmartML makes use of the new runs to continuously enrich its knowledge base to improve its performance and robustness for future runs.
License: GPL-3
Encoding: UTF-8
LazyData: false
Imports:
devtools, R.utils, stats, tictoc, e1071, BBmisc, kknn, purrr, xgboost, ranger,
KernSmooth, data.table, randomForest, rpart, glmnet, nloptr, bbotk
Suggests:
knitr,
covr,
testthat,
rmarkdown
Depends:
mlr3,
mlr3learners,
mlr3pipelines,
mlr3filters
RoxygenNote: 7.1.1
VignetteBuilder: knitr