中文
相关论文

相关论文: Splitting criteria for ordinal decision trees: an …

200 篇论文

Both neural networks and decision trees are popular machine learning methods and are widely used to solve problems from diverse domains. These two classifiers are commonly used base classifiers in an ensemble framework. In this paper, we…

机器学习 · 计算机科学 2018-02-06 Rakesh Katuwal , P. N. Suganthan

Ordinal learning (OL) is a type of machine learning models with broad utility in health care applications such as diagnosis of different grades of a disease (e.g., mild, modest, severe) and prediction of the speed of disease progression…

机器学习 · 计算机科学 2023-12-18 Lujia Wang , Hairong Wang , Yi Su , Fleming Lure , Jing Li

In combinatorial optimization, ordinal costs can be used to model the quality of elements whenever numerical values are not available. When considering, for example, routing problems for cyclists, the safety of a street can be ranked in…

最优化与控制 · 数学 2026-01-07 Kathrin Klamroth , Michael Stiglmayr , Julia Sudhoff Santos

Decision tree classifiers are a widely used tool in data stream mining. The use of confidence intervals to estimate the gain associated with each split leads to very effective methods, like the popular Hoeffding tree algorithm. From a…

机器学习 · 统计学 2016-04-13 Rocco De Rosa

Computing an optimal classification tree that provably maximizes training performance within a given size limit, is NP-hard, and in practice, most state-of-the-art methods do not scale beyond computing optimal trees of depth three.…

机器学习 · 计算机科学 2025-01-15 Catalin E. Brita , Jacobus G. M. van der Linden , Emir Demirović

In many situations, the choice of an adequate similarity measure or metric on the feature space dramatically determines the performance of machine learning methods. Building automatically such measures is the specific purpose of…

机器学习 · 统计学 2020-02-24 Stéphan Clémençon , Robin Vogel

High-throughput sequencing has transformed microbiome research, but it also produces inherently compositional data that challenge standard statistical and machine learning methods. In this work, we propose a multinomial classification…

应用统计 · 统计学 2025-12-23 R. Alberich , N. A. Cruz , R. Fernández , I. García Mosquera , A. Mir , F. Rosselló

We propose a simple extension of top-down decision tree learning heuristics such as ID3, C4.5, and CART. Our algorithm achieves provable guarantees for all target functions $f: \{-1,1\}^n \to \{-1,1\}$ with respect to the uniform…

机器学习 · 计算机科学 2020-10-20 Guy Blanc , Neha Gupta , Jane Lange , Li-Yang Tan

Given an undirected graph representing similarities between a set of items and an additive measure evaluating the items, we treat the position of a special subset of items in an ordinal ranking through a collection of combinatorial…

数据结构与算法 · 计算机科学 2026-05-05 Samuel Boardman

We give the first algorithm that maintains an approximate decision tree over an arbitrary sequence of insertions and deletions of labeled examples, with strong guarantees on the worst-case running time per update request. For instance, we…

数据结构与算法 · 计算机科学 2023-02-13 Marco Bressan , Mauro Sozio

Most classification methods provide either a prediction of class membership or an assessment of class membership probability. In the case of two-group classification the predicted probability can be described as "risk" of belonging to a…

机器学习 · 统计学 2011-10-28 Yizhar Toren

Items in many datasets can be arranged to a natural order. Such orders are useful since they can provide new knowledge about the data and may ease further data exploration and visualization. Our goal in this paper is to define a…

数据结构与算法 · 计算机科学 2019-02-11 Nikolaj Tatti

Off-Policy evaluation (OPE) is concerned with evaluating a new target policy using offline data generated by a potentially different behavior policy. It is critical in a number of sequential decision making problems ranging from healthcare…

机器学习 · 统计学 2023-01-02 Yang Xu , Chengchun Shi , Shikai Luo , Lan Wang , Rui Song

We present a method for estimating causal effects in time series data when fine-grained information about the outcome of interest is available. Specifically, we examine what we call the split-door setting, where the outcome variable can be…

统计方法学 · 统计学 2018-06-15 Amit Sharma , Jake M. Hofman , Duncan J. Watts

Ordinal regression (OR) is classification of ordinal data in which the underlying categorical target variable has a natural ordinal relation for the underlying explanatory variable. For $K$-class OR tasks, threshold methods learn a…

机器学习 · 计算机科学 2024-05-22 Ryoya Yamasaki , Toshiyuki Tanaka

We present an algorithm, called the Offset Tree, for learning to make decisions in situations where the payoff of only one choice is observed, rather than all choices. The algorithm reduces this setting to binary classification, allowing…

机器学习 · 计算机科学 2016-04-05 Alina Beygelzimer , John Langford

Semi-supervised ordinal regression (S$^2$OR) problems are ubiquitous in real-world applications, where only a few ordered instances are labeled and massive instances remain unlabeled. Recent researches have shown that directly optimizing…

机器学习 · 计算机科学 2019-12-25 Wanli Shi , Bin Gu , Xinag Li , Heng Huang

This article proposes an inferential framework for comparing predictor importance in classification problems with categorical response variables. The approach is based on the categorical Gini correlation (CGC) proposed by Dang et al.…

统计方法学 · 统计学 2026-05-19 Sameera Hewage , Yongli Sang

Online Learning (OL) is a field of research that is increasingly gaining attention both in academia and industry. One of the main challenges of OL is the inherent presence of concept drifts, which are commonly defined as unforeseeable…

机器学习 · 计算机科学 2024-07-01 Mauro Dalle Lucca Tosi , Martin Theobald

Sorting has a natural generalization where the input consists of: (1) a ground set $X$ of size $n$, (2) a partial oracle $O_P$ specifying some fixed partial order $P$ on $X$ and (3) a linear oracle $O_L$ specifying a linear order $L$ that…

数据结构与算法 · 计算机科学 2024-08-01 Ivor van der Hoog , Daniel Rutschmann