CRAN/E | planningML

planningML

A Sample Size Calculator for Machine Learning Applications in Healthcare

Installation

About

Advances in automated document classification has led to identifying massive numbers of clinical concepts from handwritten clinical notes. These high dimensional clinical concepts can serve as highly informative predictors in building classification algorithms for identifying patients with different clinical conditions, commonly referred to as patient phenotyping. However, from a planning perspective, it is critical to ensure that enough data is available for the phenotyping algorithm to obtain a desired classification performance. This challenge in sample size planning is further exacerbated by the high dimension of the feature space and the inherent imbalance of the response class. Currently available sample size planning methods can be categorized into: (i) model-based approaches that predict the sample size required for achieving a desired accuracy using a linear machine learning classifier and (ii) learning curve-based approaches (Figueroa et al. (2012) doi:10.1186/1472-6947-12-8) that fit an inverse power law curve to pilot data to extrapolate performance. We develop model-based approaches for imbalanced data with correlated features, deriving sample size formulas for performance metrics that are sensitive to class imbalance such as Area Under the receiver operating characteristic Curve (AUC) and Matthews Correlation Coefficient (MCC). This is done using a two-step approach where we first perform feature selection using the innovated High Criticism thresholding method (Hall and Jin (2010) doi:10.1214/09-AOS764), then determine the sample size by optimizing the two performance metrics. Further, we develop software in the form of an R package named 'planningML' and an 'R' 'Shiny' app to facilitate the convenient implementation of the developed model-based approaches and learning curve approaches for imbalanced data. We apply our methods to the problem of phenotyping rare outcomes using the MIMIC-III electronic health record database. We show that our developed methods which relate training data size and performance on AUC and MCC, can predict the true or observed performance from linear ML classifiers such as LASSO and SVM at different training data sizes. Therefore, in high-dimensional classification analysis with imbalanced data and correlated features, our approach can efficiently and accurately determine the sample size needed for machine-learning based classification.

Key Metrics

Version 1.0.1
R ≥ 3.5.0
Published 2023-06-23 314 days ago
Needs compilation? no
License GPL-2
CRAN checks planningML results

Downloads

Yesterday 6 0%
Last 7 days 45 -26%
Last 30 days 188 +1%
Last 90 days 547 -21%
Last 365 days 2.430 +134%

Maintainer

Maintainer

Xinying Fang

fxy950225@gmail.com

Authors

Xinying Fang

aut / cre

Satabdi Saha

aut

Jaejoon Song

aut

Sai Dharmarajan

aut

Material

Reference manual
Package source

Vignettes

planningML User Guide

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

planningML archive

Depends

R ≥ 3.5.0

Imports

glmnet
caret
lubridate
Matrix
MESS
dplyr
pROC
stats

Suggests

knitr
rmarkdown