Jove
Visualize
Contact Us

Related Concept Videos

Assumptions of Survival Analysis01:15

Assumptions of Survival Analysis

111
Survival models analyze the time until one or more events occur, such as death in biological organisms or failure in mechanical systems. These models are widely used across fields like medicine, biology, engineering, and public health to study time-to-event phenomena. To ensure accurate results, survival analysis relies on key assumptions and careful study design.
111
Introduction To Survival Analysis01:18

Introduction To Survival Analysis

197
Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
197
Survival Tree01:19

Survival Tree

73
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a...
73
Parametric Survival Analysis: Weibull and Exponential Methods01:14

Parametric Survival Analysis: Weibull and Exponential Methods

390
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
390
Model Approaches for Pharmacokinetic Data: Distributed Parameter Models01:06

Model Approaches for Pharmacokinetic Data: Distributed Parameter Models

64
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
64
Truncation in Survival Analysis01:09

Truncation in Survival Analysis

180
Truncation in survival analysis refers to the exclusion of individuals or events from the dataset based on specific criteria related to the time of the event. This exclusion can happen in two primary forms: left truncation and right truncation.
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
180

You might also read

Related Articles

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

Sort by
Same author

UniversalEPI: robust prediction of cell type-specific and differential chromatin interactions from DNA sequence and chromatin accessibility.

Nucleic acids research·2026
Same author

Sample-specific haplotype-resolved protein isoform characterization via long-read RNA-seq-based proteogenomics.

bioRxiv : the preprint server for biology·2026
Same author

Robust and efficient annotation of cell states through gene signature scoring.

Genome research·2026
Same author

Early feature extraction drives model performance in high-resolution chromatin accessibility prediction.

Genome research·2026
Same author

Representation learning of single-cell RNA-seq data.

RNA (New York, N.Y.)·2026
Same author

CanSig Benchmarks Methods for Reproducible Cancer Cell State Discovery from Single-Cell Transcriptomic Data.

Cancer research·2025
Same journal

Biomedical Concept Recognition with Error-aware Negative-enhanced Ranking Framework.

Bioinformatics (Oxford, England)·2026
Same journal

TEDLH: Domain HMMs for sensitive detection of remote homologues.

Bioinformatics (Oxford, England)·2026
Same journal

PLNFGL: Joint Estimation of Multi-Condition Gene Networks from Single-cell RNA-seq Data.

Bioinformatics (Oxford, England)·2026
Same journal

MCFST: Spatial domain identification method based on multi-view graph convolutional network and graph fusion network.

Bioinformatics (Oxford, England)·2026
Same journal

SpaBiT: Enhancing Spatial Transcriptomics Resolution via Bidirectional Attention Transformers.

Bioinformatics (Oxford, England)·2026
Same journal

EDEL: Enhancing Dense Retrievers for Curation of Biomedical Knowledge Bases.

Bioinformatics (Oxford, England)·2026
See all related articles
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 Experiment Video

Updated: Jun 15, 2025

Competing-Risk Nomogram for Predicting Cancer-Specific Survival in Multiple Primary Colorectal Cancer Patients after Surgery
06:46

Competing-Risk Nomogram for Predicting Cancer-Specific Survival in Multiple Primary Colorectal Cancer Patients after Surgery

Published on: September 27, 2024

231

sparsesurv: a Python package for fitting sparse survival models via knowledge distillation.

David Wissel1,2,3, Nikita Janakarajan1,4, Julius Schulte1

  • 1Department of Computer Science, ETH Zurich, Zurich, 8092, Switzerland.

Bioinformatics (Oxford, England)
|August 23, 2024
PubMed
Summary
This summary is machine-generated.

This study introduces sparsesurv, a Python package using knowledge distillation to create sparse survival models. It simplifies hyperparameter tuning and offers competitive performance for high-dimensional data analysis.

More Related Videos

Establishing a Competing Risk Regression Nomogram Model for Survival Data
04:57

Establishing a Competing Risk Regression Nomogram Model for Survival Data

Published on: October 23, 2020

10.1K
Surrogate Model Development for Digital Experiments in Welding
09:17

Surrogate Model Development for Digital Experiments in Welding

Published on: March 28, 2025

728

Related Experiment Videos

Last Updated: Jun 15, 2025

Competing-Risk Nomogram for Predicting Cancer-Specific Survival in Multiple Primary Colorectal Cancer Patients after Surgery
06:46

Competing-Risk Nomogram for Predicting Cancer-Specific Survival in Multiple Primary Colorectal Cancer Patients after Surgery

Published on: September 27, 2024

231
Establishing a Competing Risk Regression Nomogram Model for Survival Data
04:57

Establishing a Competing Risk Regression Nomogram Model for Survival Data

Published on: October 23, 2020

10.1K
Surrogate Model Development for Digital Experiments in Welding
09:17

Surrogate Model Development for Digital Experiments in Welding

Published on: March 28, 2025

728

Area of Science:

  • Statistical modeling
  • Machine learning
  • Bioinformatics

Background:

  • Sparse survival models aid interpretability by selecting key predictors for time-to-event analysis.
  • Regularized models like Cox with Lasso are common but sensitive to hyperparameter choices.

Purpose of the Study:

  • Develop a Python package, sparsesurv, to implement sparse survival models using knowledge distillation.
  • Mitigate sensitivity to regularization hyperparameters in sparse survival modeling.
  • Provide novel teacher models (accelerated failure time, extended hazards) and survival estimators.

Main Methods:

  • Leveraged knowledge distillation to train simpler student models from complex teacher models.
  • Developed the sparsesurv Python package with a scikit-learn-like API.
  • Implemented teacher-student model pairs including accelerated failure time and extended hazards models.

Main Results:

  • sparsesurv demonstrated competitive discriminative performance compared to R's glmnet.
  • Knowledge distillation simplified the selection of regularization hyperparameters.
  • The package offers an easy-to-use solution for survival analysis on high-dimensional datasets.

Conclusions:

  • sparsesurv effectively utilizes knowledge distillation for sparse survival modeling.
  • The package simplifies hyperparameter tuning and maintains high performance.
  • sparsesurv is a valuable tool for survival analysis in high-dimensional settings.