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

Survival Tree01:19

Survival Tree

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 survival tree begins...
Methods of Medium Optimization01:28

Methods of Medium Optimization

Optimizing growth media enhances microbial proliferation and maximizes product yield. Statistical experimental design methodologies provide structured and reproducible approaches, offering progressively higher levels of robustness and efficiency.The One-Factor-at-a-Time (OFAT) MethodThe One-Factor-at-a-Time (OFAT) method involves adjusting a single variable while keeping all others constant. However, it cannot detect interactions between variables, often leading to suboptimal outcomes when...
Typical Model Studies01:30

Typical Model Studies

Fluid mechanics model studies often utilize scaled-down systems to predict fluid behavior in full-scale environments, such as river flows, dam spillways, and structures interacting with open surfaces. Maintaining Froude number similarity in river models is crucial, as it replicates surface flow features like wave patterns and velocities.
Optimal Foraging00:48

Optimal Foraging

How animals obtain and eat their food is called foraging behavior. Foraging can include searching for plants and hunting for prey and depends on the species and environment.
Experimental Designs01:16

Experimental Designs

An experimental design is a systematic process that allows researchers to evaluate the relationship between dependent and independent variables. There are three widely used types of experimental design - pre-experimental design, true experimental design, and quasi-experimental design. In pre-experimental design, the researcher compares the data before and after some interventions or treatments. The true-experimental design has more than one purposefully created group, a commonly measured...
Randomized Experiments01:13

Randomized Experiments

The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...

You might also read

Related Articles

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

Sort by
Same author

Automatic species identification from images for Aotearoa.

Journal of the Royal Society of New ZealandĀ·2025
Same author

Showcasing the TAIAO project: providing resources for machine learning from images of New Zealand's natural environment.

Journal of the Royal Society of New ZealandĀ·2024
Same author

Experiments in cross-domain few-shot learning for image classification.

Journal of the Royal Society of New ZealandĀ·2024
Same author

GPUTreeShap: massively parallel exact calculation of SHAP scores for tree ensembles.

PeerJ. Computer scienceĀ·2022
Same author

The DFUC 2020 Dataset: Analysis Towards Diabetic Foot Ulcer Detection.

TouchREVIEWS in endocrinologyĀ·2022
Same author

Deep learning in diabetic foot ulcers detection: A comprehensive evaluation.

Computers in biology and medicineĀ·2021
Same journal

Integrated multi-assessment and structural performance index framework for stacking-sequence optimisation of natural fibre reinforced laminates.

Scientific reportsĀ·2026
Same journal

SuperiorGAT: graph attention networks for sparse LiDAR point cloud reconstruction in autonomous systems.

Scientific reportsĀ·2026
Same journal

The effect of stretching the pectoralis major, sternocleidomastoid, and iliopsoas muscles on 800Ā m swimming performance in master swimmers.

Scientific reportsĀ·2026
Same journal

ISNR-PQC: isometry noise resilience post quantum cryptography primitive.

Scientific reportsĀ·2026
Same journal

Identification of high-yielding and stable genotypes of barley in the cold climate of Iran using AMMI and GGE biplot models.

Scientific reportsĀ·2026
Same journal

Bayesian negative binomial modelling of spatial and temporal patterns of road traffic deaths in Ghana.

Scientific reportsĀ·2026
See all related articles

Related Experiment Video

Updated: Jun 25, 2026

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
04:35

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach

Published on: July 3, 2020

Experiments with optimal model trees.

Sabino Francesco Roselli1, Eibe Frank2

  • 1Department of Electrical Engineering, Chalmers University of Technology, Gothenburg, Sweden. rsabino@chalmers.se.

Scientific Reports
|June 23, 2026
PubMed
Summary
This summary is machine-generated.

Globally optimal model trees, using linear support vector machines and mixed-integer linear programming, achieve competitive accuracy with smaller tree sizes compared to greedy methods. This approach enhances machine learning interpretability and performance.

Keywords:
ClassificationDecision treesInterpretable AIMILPRegression

More Related Videos

Integrating Remote Sensing with Species Distribution Models; Mapping Tamarisk Invasions Using the Software for Assisted Habitat Modeling (SAHM)
12:26

Integrating Remote Sensing with Species Distribution Models; Mapping Tamarisk Invasions Using the Software for Assisted Habitat Modeling (SAHM)

Published on: October 11, 2016

Related Experiment Videos

Last Updated: Jun 25, 2026

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
04:35

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach

Published on: July 3, 2020

Integrating Remote Sensing with Species Distribution Models; Mapping Tamarisk Invasions Using the Software for Assisted Habitat Modeling (SAHM)
12:26

Integrating Remote Sensing with Species Distribution Models; Mapping Tamarisk Invasions Using the Software for Assisted Habitat Modeling (SAHM)

Published on: October 11, 2016

Area of Science:

  • Machine Learning
  • Data Mining
  • Artificial Intelligence

Background:

  • Model trees offer interpretable machine learning for classification and regression.
  • Unlike classic decision trees, model trees use linear combinations in leaf nodes for improved accuracy and smaller tree size.
  • Greedy algorithms for model trees are fast but yield locally optimal splits, potentially leading to less accurate and more complex trees.

Purpose of the Study:

  • To empirically investigate the impact of constructing globally optimal model trees.
  • To compare globally optimal model trees against those from greedy and dynamic programming algorithms.
  • To evaluate the trade-offs between interpretability and accuracy when using multivariate splits.

Main Methods:

  • Model trees with linear support vector machines in leaf nodes were learned using mixed-integer linear programming (MILP) formulations.
  • Benchmark datasets were used for empirical comparison.
  • Performance was evaluated based on tree size and predictive accuracy.

Main Results:

  • MILP-based optimal model trees demonstrated competitive predictive accuracy.
  • These globally optimal trees were significantly smaller than those produced by greedy algorithms.
  • Replacing axis-parallel splits with multivariate ones was explored for potential accuracy gains, albeit with a loss of interpretability.

Conclusions:

  • Globally optimal model trees, learned via MILP, offer a promising approach for achieving high accuracy with reduced complexity.
  • The study highlights the benefits of global optimization over greedy methods in model tree construction.
  • Further research can explore the balance between interpretability and accuracy through different splitting strategies.