forked from DataSystemsGroupUT/SmartML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
15 lines (15 loc) · 1.28 KB
/
DESCRIPTION
File metadata and controls
15 lines (15 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: SmartML
Type: Package
Title: Machine Learning Automation
Version: 0.1.0
Author: Mohamed Maher Zenhom Abdelrahman
Maintainer: Mohamed Maher Zenhom Abdelrahman <m.maher525@gmail.com>
Description: SmartML is a meta learning-based framework for automated selection and hyperparameter 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 the 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-2
Encoding: UTF-8
LazyData: true
Imports:
devtools,R.utils,stats,httr,mice,RCurl,tictoc,e1071,caret,mlbench,fastICA,RMySQL,BBmisc,rjson,ggplot2,RWeka,farff,pls,randomForest,FNN,klaR,rpart,ipred,C50,mda,MASS,nnet,deepboost,iml,datasets,aws.s3,xts
Suggests:
knitr
RoxygenNote: 6.1.1