Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Classification of Illness01:17

Classification of Illness

8.1K
The meaning of illness is individualized to each person who experiences an alteration in health. In contrast, disease is a medical term indicating a pathological change in the structure and function of the body or mind. It is a condition that has specific symptoms and boundaries.
An illness is a response to a disease in which the person's level of functioning is changed compared with a previous level. The general classification of illness includes acute and chronic.
Acute illness is severe...
8.1K
Classification of Systems-I01:26

Classification of Systems-I

357
Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
357
Cancer Survival Analysis01:21

Cancer Survival Analysis

478
Cancer survival analysis focuses on quantifying and interpreting the time from a key starting point, such as diagnosis or the initiation of treatment, to a specific endpoint, such as remission or death. This analysis provides critical insights into treatment effectiveness and factors that influence patient outcomes, helping to shape clinical decisions and guide prognostic evaluations. A cornerstone of oncology research, survival analysis tackles the challenges of skewed, non-normally...
478
Sensitivity, Specificity, and Predicted Value01:13

Sensitivity, Specificity, and Predicted Value

788
In healthcare diagnostics, laboratory tests play a crucial role in identifying and diagnosing a wide range of medical conditions. However, interpreting test results is not always straightforward. An abnormal test result does not always confirm the presence of a disease, just as a normal result does not guarantee its absence. To assess the reliability of these diagnostic tools, healthcare practitioners rely on two key statistical indicators: sensitivity and specificity.
Sensitivity is the...
788
Classification of Systems-II01:31

Classification of Systems-II

255
Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
255
Kaplan-Meier Approach01:24

Kaplan-Meier Approach

299
The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
299

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Humanoid robots in the operating room: a framework for staged integration of embodied AI in surgery.

NPJ digital medicine·2026
Same author

Large Language Models in Preclinical Spine Research: A Scoping Review and Expert Perspective on Evidence-Aware Experimental Workflows.

JOR spine·2026
Same author

Endovascular treatment of tumor-related dural sinus stenosis, venous outflow obstruction, and secondary intracranial hypertension: a systematic review of the literature.

Journal of neuro-oncology·2026
Same author

Craniometric Anatomy of the Middle Meningeal Artery Bifurcation With Relevance for Simultaneous Surgical Occlusion in Chronic Subdural Hematoma.

Operative neurosurgery (Hagerstown, Md.)·2026
Same author

Cadaver-based hands-on course in cervical spine surgery: a prospective evaluation of surgical confidence and self-perceived autonomy.

Acta neurochirurgica·2026
Same author

External validity of deep learning solution for spontaneous intracranial hemorrhage detection on head CT scans.

Scientific reports·2026

Related Experiment Video

Updated: Oct 11, 2025

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.7K

Foundations of Machine Learning-Based Clinical Prediction Modeling: Part IV-A Practical Approach to Binary

Victor E Staartjes1, Julius M Kernbach2

  • 1Machine Intelligence in Clinical Neuroscience (MICN) Laboratory, Department of Neurosurgery, Clinical Neuroscience Center, University Hospital Zurich, University of Zurich, Zurich, Switzerland. victoregon.staartjes@usz.ch.

Acta Neurochirurgica. Supplement
|December 4, 2021
PubMed
Summary

This study demonstrates training a machine learning clinical prediction model in R for binary outcomes, using glioblastoma survival data to predict 12-month survival. The methods cover data preprocessing, model training, validation, and variable importance assessment.

Keywords:
Artificial intelligenceClinical prediction modelMachine intelligenceMachine learningPredictionPrognosis

More Related Videos

Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

1.1K
Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma
04:09

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma

Published on: October 10, 2018

8.4K

Related Experiment Videos

Last Updated: Oct 11, 2025

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.7K
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

1.1K
Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma
04:09

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma

Published on: October 10, 2018

8.4K

Area of Science:

  • Machine Learning
  • Clinical Prediction
  • Biostatistics

Background:

  • Clinical prediction models are essential for patient outcomes.
  • Developing and validating these models requires robust methodologies.
  • The R statistical programming language offers tools for such development.

Purpose of the Study:

  • To provide a practical guide for training and validating machine learning clinical prediction models in R.
  • To illustrate these steps using a simulated glioblastoma patient dataset for 12-month survival prediction.
  • To detail essential preprocessing, training, validation, and reporting techniques.

Main Methods:

  • Dataset import, checking, and splitting.
  • K-nearest neighbor imputation and recursive feature elimination for preprocessing.
  • Bootstrapping for model evaluation and selection based on out-of-sample error.
  • Upsampling techniques to address class imbalance in classification.
  • Reporting key performance metrics: accuracy, AUC, sensitivity, specificity, slope, and intercept.

Main Results:

  • A functional machine learning model for predicting 12-month glioblastoma survival was developed.
  • The process included practical implementation of imputation and feature selection.
  • Model validation was performed using bootstrapping and out-of-sample error assessment.
  • Variable importance was determined using an AUC-based method.

Conclusions:

  • The study provides a comprehensive workflow for building and validating clinical prediction models in R.
  • The presented methods are applicable to various binary clinical outcomes.
  • Availability of code and data facilitates reproducibility and further research in neuro-oncology prediction.