OCLGFeb 28, 2023

Tight Mixed-Integer Optimization Formulations for Prescriptive Trees

arXiv:2302.14744v21 citationsh-index: 34
AI Analysis

This addresses the computational efficiency of incorporating decision trees into optimization models, which is incremental but practically relevant for applications like prescriptive analytics.

The paper tackles the problem of modeling decision tree predictions within mixed-integer optimization problems by proposing tighter formulations than existing ones, proving ideal formulations for single trees and one-dimensional ensembles, and showing significant improvements in linear relaxation tightness and solution times in low-dimensional cases.

We focus on modeling the relationship between an input feature vector and the predicted outcome of a trained decision tree using mixed-integer optimization. This can be used in many practical applications where a decision tree or tree ensemble is incorporated into an optimization problem to model the predicted outcomes of a decision. We propose tighter mixed-integer optimization formulations than those previously introduced. Existing formulations can be shown to have linear relaxations that have fractional extreme points, even for the simple case of modeling a single decision tree. A formulation we propose, based on a projected union of polyhedra approach, is ideal for a single decision tree. While the formulation is generally not ideal for tree ensembles or if additional constraints are added, it generally has fewer extreme points, leading to a faster time to solve, particularly if the formulation has relatively few trees. However, previous work has shown that formulations based on a binary representation of the feature vector perform well computationally and hence are attractive for use in practical applications. We present multiple approaches to tighten existing formulations with binary vectors, and show that fractional extreme points are removed when there are multiple splits on the same feature. At an extreme, we prove that this results in ideal formulations for tree ensembles modeling a one-dimensional feature vector. Building on this result, we also show via numerical simulations that these additional constraints result in significantly tighter linear relaxations when the feature vector is low dimensional. We also present instances where the time to solve to optimality is significantly improved using these formulations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes