Skip to content

Commit

Permalink
Update citation information (openml-labs#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers authored Dec 23, 2021
1 parent 113062c commit cd84e78
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 13 deletions.
21 changes: 21 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cff-version: 1.2.0
message: "If you use this software in a publication, please cite the metadata from preferred-citation."
preferred-citation:
type: article
authors:
- family-names: "Gijsbers"
given-names: "Pieter"
orcid: "https://orcid.org/0000-0001-7346-8075"
- family-names: "Vanschoren"
given-names: "Joaquin"
orcid: "https://orcid.org/0000-0001-7044-9805"
journal: "CoRR"
title: "GAMA: a General Automated Machine learning Assistant"
abstract: "The General Automated Machine learning Assistant (GAMA) is a modular AutoML system developed to empower users to track and control how AutoML algorithms search for optimal machine learning pipelines, and facilitate AutoML research itself. In contrast to current, often black-box systems, GAMA allows users to plug in different AutoML and post-processing techniques, logs and visualizes the search process, and supports easy benchmarking. It currently features three AutoML search algorithms, two model post-processing steps, and is designed to allow for more components to be added."
volume: abs/2007.04911
year: 2020
start: 560
end: 564
pages: 5
doi: 10.1007/978-3-030-67670-4_39
url: https://arxiv.org/abs/2007.04911
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,21 @@ _note_: By default, GamaClassifier optimizes towards `log_loss`.

## Citing

If you want to cite GAMA, please use [our JOSS publication](http://joss.theoj.org/papers/10.21105/joss.01132).
If you want to cite GAMA, please use [our ECML-PKDD 2020 Demo Track publication](https://link.springer.com/chapter/10.1007/978-3-030-67670-4_39).

```latex
@article{Gijsbers2019,
doi = {10.21105/joss.01132},
url = {https://doi.org/10.21105/joss.01132},
year = {2019},
month = {jan},
publisher = {The Open Journal},
volume = {4},
number = {33},
pages = {1132},
author = {Pieter Gijsbers and Joaquin Vanschoren},
title = {{GAMA}: Genetic Automated Machine learning Assistant},
journal = {Journal of Open Source Software}
@article{DBLP:journals/corr/abs-2007-04911,
author = {Pieter Gijsbers and
Joaquin Vanschoren},
title = {{GAMA:} a General Automated Machine learning Assistant},
journal = {CoRR},
volume = {abs/2007.04911},
year = {2020},
url = {https://arxiv.org/abs/2007.04911},
eprinttype = {arXiv},
eprint = {2007.04911},
timestamp = {Mon, 20 Jul 2020 14:20:39 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2007-04911.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```

0 comments on commit cd84e78

Please sign in to comment.