paper-with-me

Papers

Khiops: An End-to-End, Frugal AutoML and XAI Machine Learning Solution for Large, Multi-Table Databases

2025-08-28 · Marc Boullé, Nicolas Voisine, Bruno Guerraz, Carine Hue, Felipe Olmos, Vladimir Popescu, Stéphane Gouache, Stéphane Bouget, Alexis Bondu, Luc Aurelien Gauthier, Yassine Nair Benrekia, Fabrice Clérot, Vincent Lemaire arxiv

Khiops is an open source machine learning tool designed for mining large multi-table databases. Khiops is based on a unique Bayesian approach that has attracted academic interest with more than 20 publications on topics such as variable selection, classification, decision trees and co-clustering. It provides a predictive measure of variable importance using discretisation models for numerical data and value clustering for categorical data. The proposed classification/regression model is a naive Bayesian classifier incorporating variable selection and weight learning. In the case of multi-table databases, it provides propositionalisation by automatically constructing aggregates. Khiops is adapted to the analysis of large databases with millions of individuals, tens of thousands of variables and hundreds of millions of records in secondary tables. It is available on many environments, both from a Python library and via a user interface.

📄 PDF Abstract BibTeX arXiv:2508.20519

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Frugal Optimization for Cost-related Hyperparameters

2020-05-04 · Qingyun Wu, Chi Wang, Silu Huang

The increasing demand for democratizing machine learning algorithms calls for hyperparameter optimization (HPO) solutions at low cost. Many machine learning algorithms have hyperparameters which can cause a large variati…

AutoMLBIG-bench Machine LearningHyperparameter Optimization

Towards Green Automated Machine Learning: Status Quo and Future Directions

2021-11-10 · Tanja Tornede, Alexander Tornede, Jonas Hanselle, Marcel Wever 외

Automated machine learning (AutoML) strives for the automatic configuration of machine learning algorithms and their composition into an overall (software) solution - a machine learning pipeline - tailored to the learnin…

AutoMLBIG-bench Machine Learning

Naive Automated Machine Learning -- A Late Baseline for AutoML

2021-03-18 · Felix Mohr, Marcel Wever

Automated Machine Learning (AutoML) is the problem of automatically finding the pipeline with the best generalization performance on some given dataset. AutoML has received enormous attention in the last decade and has b…

AutoMLBayesian OptimizationBIG-bench Machine Learning

Interpret-able feedback for AutoML systems

2021-02-22 · Behnaz Arzani, Kevin Hsieh, Haoxian Chen

Automated machine learning (AutoML) systems aim to enable training machine learning (ML) models for non-ML experts. A shortcoming of these systems is that when they fail to produce a model with high accuracy, the user ha…

Active LearningAutoMLBIG-bench Machine Learning

Auto-Sklearn 2.0: Hands-free AutoML via Meta-Learning

2020-07-08 · Matthias Feurer, Katharina Eggensperger, Stefan Falkner, Marius Lindauer 외

Automated Machine Learning (AutoML) supports practitioners and researchers with the tedious task of designing machine learning pipelines and has recently achieved substantial success. In this paper, we introduce new Auto…

AutoMLBIG-bench Machine LearningMeta-Learning