Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (21 loc) · 1.83 KB

Robust Subgroup Discovery

This repository contains the code for all the experiments of the paper Robust subgroup discovery. Hugo M. Proença,Thomas Bäck, Matthijs van Leeuwen. (2021) .

For the most recent version of the code for Subgroup Lists please refer to https://github.com/HMProenca/RuleList.

Citation

In a machine learning (prediction) context for problems of classification, regression, multi-label classification, multi-category classification, or multivariate regression cite the corresponding bibtex of the first classification application of MDL rule lists:

in the context of data mining and subgroup discovery please refer to subgroup lists:

@article{proencca2021robust,
  title={Robust subgroup discovery},
  author={Proen{\c{c}}a, Hugo Manuel and B{\"a}ck, Thomas and van Leeuwen, Matthijs},
  journal={arXiv preprint arXiv:2103.13686},
  year={2021}
}

Licenses

Please refer to each algorithm for their specific licenses.

Contact

If there are any questions or issues, please contact me by mail at hugo.manuel.proenca@gmail.com or open an issue here on Github.

Related Work