Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumny/eagga

Multi-Objective Optimization of Performance and Interpretability of Tabular Supervised Machine Learning Models
https://github.com/sumny/eagga

automl hpo hyperparameter-optimization hyperparameter-tuning interpretable-machine-learning machine-learning multi-objective multiobjective optimization r r-package tabular-data tuning xai xgboost

Last synced: 18 days ago
JSON representation

Multi-Objective Optimization of Performance and Interpretability of Tabular Supervised Machine Learning Models

Awesome Lists containing this project

README

        

---
output: github_document
---

# eagga

[![r-cmd-check](https://github.com/sumny/eagga/actions/workflows/r-cmd-check.yml/badge.svg?branch=main)](https://github.com/sumny/eagga/actions/workflows/r-cmd-check.yml)
[![pkgdown](https://img.shields.io/badge/Website-Documentation-blue)](https://sumny.github.io/eagga/)

This is the official implemention of the `EAGGA` algorithm as introduced in the paper: [Multi-Objective Optimization of Performance and Interpretability of Tabular Supervised Machine Learning Models](https://doi.org/10.1145/3583131.3590380)

A good starting point is the following vignette: https://sumny.github.io/eagga/articles/eagga.html

If you use `eagga`, please cite:

```tex
@inproceedings{schneider_2023,
author = {Lennart Schneider and Bernd Bischl and Janek Thomas},
title = {Multi-Objective Optimization of Performance and Interpretability of Tabular Supervised Machine Learning Models},
year = {2023},
url = {https://doi.org/10.1145/3583131.3590380},
doi = {10.1145/3583131.3590380},
booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference},
pages = {538–547},
series = {GECCO '23}
}
```

You can find the original repository containing the code to replicate all results reported in the paper here: https://github.com/slds-lmu/paper_2023_eagga