paper-with-me

Papers

dlordinal: a Python package for deep ordinal classification

2024-07-24 · Francisco Bérchez-Moreno, Víctor M. Vargas, Rafael Ayllón-Gavilán, David Guijo-Rubio, César Hervás-Martínez, Juan C. Fernández, Pedro A. Gutiérrez

dlordinal is a new Python library that unifies many recent deep ordinal classification methodologies available in the literature. Developed using PyTorch as underlying framework, it implements the top performing state-of-the-art deep learning techniques for ordinal classification problems. Ordinal approaches are designed to leverage the ordering information present in the target variable. Specifically, it includes loss functions, various output layers, dropout techniques, soft labelling methodologies, and other classification strategies, all of which are appropriately designed to incorporate the ordinal information. Furthermore, as the performance metrics to assess novel proposals in ordinal classification depend on the distance between target and predicted classes in the ordinal scale, suitable ordinal evaluation metrics are also included. dlordinal is distributed under the BSD-3-Clause license and is available at https://github.com/ayrna/dlordinal.

📄 PDF Abstract BibTeX arXiv:2407.17163

Code (1)

ayrna/dlordinal 공식 구현 pytorch

Tasks

ClassificationOrdinal Classification

Methods 이 논문이 사용한 방법론

Library 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Classifier Pooling for Modern Ordinal Classification

2026-03-18 · Noam H. Rotenberg, Andreia V. Faria, Brian Caffo arxiv

Ordinal data is widely prevalent in clinical and other domains, yet there is a lack of both modern, machine-learning based methods and publicly available software to address it. In this paper, we present a model-agnostic…

Ordinal Classification

OGBoost: A Python Package for Ordinal Gradient Boosting

2025-02-19 · Mansour T. A. Sharabiani, Alex Bottle, Alireza S. Mahani

This paper introduces OGBoost, a scikit-learn-compatible Python package for ordinal regression using gradient boosting. Ordinal variables (e.g., rating scales, quality assessments) lie between nominal and continuous data…

regression

OCAPIS: R package for Ordinal Classification And Preprocessing In Scala

2018-10-23 · M. Cristina Heredia-Gómez, Salvador García, Pedro Antonio Gutiérrez, Francisco Herrera

Ordinal Data are those where a natural order exist between the labels. The classification and pre-processing of this type of data is attracting more and more interest in the area of machine learning, due to its presence …

ClassificationGeneral ClassificationOrdinal Classification

Ordinal time series analysis with the R package otsfeatures

2023-04-24 · Ángel López Oriona, José Antonio Vilar Fernández

The 21st century has witnessed a growing interest in the analysis of time series data. Whereas most of the literature on the topic deals with real-valued time series, ordinal time series have typically received much less…

ClusteringOutlier DetectionTime SeriesTime Series Analysis

bqror: An R package for Bayesian Quantile Regression in Ordinal Models

2021-09-28 · Prajual Maheshwari, Mohammad Arshad Rahman

This article describes an R package bqror that estimates Bayesian quantile regression for ordinal models introduced in Rahman (2016). The paper classifies ordinal models into two types and offers computationally efficien…

quantile regressionregression