paper-with-me

홈 › Papers

QCBA: Improving Rule Classifiers Learned from Quantitative Data by Recovering Information Lost by Discretisation

2017-11-28 · Tomas Kliegr, Ebroul Izquierdo

A prediscretisation of numerical attributes which is required by some rule learning algorithms is a source of inefficiencies. This paper describes new rule tuning steps that aim to recover lost information in the discretisation and new pruning techniques that may further reduce the size of rule models and improve their accuracy. The proposed QCBA method was initially developed to postprocess quantitative attributes in models generated by the Classification based on associations (CBA) algorithm, but it can also be applied to the results of other rule learning approaches. We demonstrate the effectiveness on the postprocessing of models generated by five association rule classification algorithms (CBA, CMAR, CPAR, IDS, SBRL) and two first-order logic rule learners (FOIL2 and PRM). Benchmarks on 22 datasets from the UCI repository show smaller size and the overall best predictive performance for FOIL2+QCBA compared to all seven baselines. Postoptimised CBA models have a better predictive performance compared to the state-of-the-art rule learner CORELS in this benchmark. The article contains an ablation study for the individual postprocessing steps and a scalability analysis on the KDD'99 Anomaly detection dataset.

📄 PDF Abstract BibTeX arXiv:1711.10166

Code (1)

jirifilip/pyARC 공식 구현

Tasks

Anomaly DetectionClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

RuleExplorer: A Scalable Matrix Visualization for Understanding Tree Ensemble Classifiers

2024-09-05 · Zhen Li, Weikai Yang, Jun Yuan, Jing Wu 외

The high performance of tree ensemble classifiers benefits from a large set of rules, which, in turn, makes the models hard to understand. To improve interpretability, existing methods extract a subset of rules for appro…

Learning with Plasticity Rules: Generalization and Robustness

2021-01-01 · Rares C Cristian, Max Dabagia, Christos Papadimitriou, Santosh Vempala

Brains learn robustly, and generalize effortlessly between different learning tasks; in contrast, robustness and generalization across tasks are well known weaknesses of artificial neural nets (ANNs). How can we use ou…

ESC-Rules: Explainable, Semantically Constrained Rule Sets

2022-08-26 · Martin Glauer, Robert West, Susan Michie, Janna Hastings

We describe a novel approach to explainable prediction of a continuous variable based on learning fuzzy weighted rules. Our model trains a set of weighted rules to maximise prediction accuracy and minimise an ontology-ba…

Constructing multi-modality and multi-classifier radiomics predictive models through reliable classifier fusion

2017-10-04 · Zhiguo Zhou, Zhi-Jie Zhou, Hongxia Hao, Shulong Li 외

Radiomics aims to extract and analyze large numbers of quantitative features from medical images and is highly promising in staging, diagnosing, and predicting outcomes of cancer treatments. Nevertheless, several challen…

Applying Interval Type-2 Fuzzy Rule Based Classifiers Through a Cluster-Based Class Representation

2016-07-21 · Javier Navarro, Christian Wagner, Uwe Aickelin

Fuzzy Rule-Based Classification Systems (FRBCSs) have the potential to provide so-called interpretable classifiers, i.e. classifiers which can be introspective, understood, validated and augmented by human experts by rel…

ClassificationClusteringGeneral Classification