Methodology to Create Analysis-Naive Holdout Records as well as Train and Test Records for Machine Learning Analyses in Healthcare
Michele Bennett, Mehdi Nekouei, Armand Prieditis Rajesh Mehta, Ewa, Kleczyk, Karin Hayes

TL;DR
This paper presents a methodology for creating analysis-naive holdout records in healthcare machine learning, enabling effective data partitioning for validation and future research, using a modified k-fold cross validation approach.
Contribution
It introduces a novel modification of k-fold cross validation to efficiently generate holdout, training, and test datasets while maintaining analysis-naivety in healthcare ML studies.
Findings
Method effectively separates holdout data for validation and future research.
Python functions automate the data splitting process.
Applicable in various healthcare machine learning scenarios.
Abstract
It is common for researchers to holdout data from a study pool to be used for external validation as well as for future research, and the same desire is true to those using machine learning modeling research. For this discussion, the purpose of the holdout sample it is preserve data for research studies that will be analysis-naive and randomly selected from the full dataset. Analysis-naive are records that are not used for testing or training machine learning (ML) models and records that do not participate in any aspect of the current machine learning study. The methodology suggested for creating holdouts is a modification of k-fold cross validation, which takes into account randomization and efficiently allows a three-way split (holdout, test and training) as part of the method without forcing. The paper also provides a working example using set of automated functions in Python and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsArtificial Intelligence in Healthcare · Artificial Intelligence in Healthcare and Education · Machine Learning in Healthcare
