LGMLOct 23, 2018

OCAPIS: R package for Ordinal Classification And Preprocessing In Scala

arXiv:1810.09733v35 citations
Originality Synthesis-oriented
AI Analysis

This provides a specialized tool for researchers and practitioners working with ordinal data in machine learning, though it appears incremental as it packages existing methods.

The authors introduced OCAPIS, an R package for ordinal classification and preprocessing implemented in Scala, which includes four learners and two preprocessing algorithms for handling ordinal and monotonic data.

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 in many common problems. Traditionally, ordinal classification problems have been approached as nominal problems. However, that implies not taking into account their natural order constraints. In this paper, an innovative R package named ocapis (Ordinal Classification and Preprocessing In Scala) is introduced. Implemented mainly in Scala and available through Github, this library includes four learners and two pre-processing algorithms for ordinal and monotonic data. Main features of the package and examples of installation and use are explained throughout this manuscript.

Foundations

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

Your Notes