Package: APML
Type: Package
Title: An Approach for Machine-Learning Modelling
Version: 0.0.1
Authors@R: c(person("Xinlei","Deng",role=c("aut","cre","cph"),email="xdeng3@albany.edu"),
			 person("Wangjian","Zhang",role="aut"),
			 person("Shao","Lin",role="aut"))
Description: We include
            1) data cleaning including variable scaling, missing values and unbalanced variables identification and removing, and strategies for variable balance improving; 
			2) modeling based on random forest and gradient boosted model including feature selection, model training, cross-validation and external testing.
			For more information, please see H2O.ai (Oct. 2016). R Interface for H2O, R package version 3.10.0.8. <https://github.com/h2oai/h2o-3>; Zhang W (2016). <doi:10.1016/j.scitotenv.2016.02.023>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: tidyverse,h2o,DMwR,dummies,dplyr,ggplot2,pROC,survival
NeedsCompilation: no
Packaged: 2020-10-08 15:51:07 UTC; xd129664
Author: Xinlei Deng [aut, cre, cph],
  Wangjian Zhang [aut],
  Shao Lin [aut]
Maintainer: Xinlei Deng <xdeng3@albany.edu>
Repository: CRAN
Date/Publication: 2020-10-24 09:20:05 UTC
