Learn R Programming

APML (version 0.0.5)

An Approach for Machine-Learning Modelling

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 Deng X (2021). ; H2O.ai (Oct. 2016). R Interface for H2O, R package version 3.10.0.8. ; Zhang W (2016). .

Copy Link

Version

Install

install.packages('APML')

Monthly Downloads

18

Version

0.0.5

License

GPL-3

Maintainer

Xinlei Deng

Last Published

May 12th, 2022

Functions in APML (0.0.5)

uncertainty

Calculate the Uncertainty (95 percent confidence interval) of Risk Ratio Based on Threshold.
outCI

output CI in specific format.
datatrans

Data Cleaning
expl_rr

Explore the Risk Ratio with Cubic Spline
splits_selection

Split dataset and select variables
APML

Develop models with grid search