Skip to content

Commit 6da27aa

Browse files
ADD: Official Citation version (#273)
1 parent 048206b commit 6da27aa

File tree

6 files changed

+28
-8
lines changed

6 files changed

+28
-8
lines changed

CITATION_AC.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@inproceedings{desir2025,
2+
doi = {10.1007/978-3-032-06118-8_8},
3+
url = {https://doi.org/10.1007/978-3-032-06118-8_8},
4+
title={Better Capturing Interactions Between Products in Retail: Revisited Negative Sampling for Basket Choice Modeling},
5+
author={D{\'e}sir, Jules and Auriau, Vincent and Mo{\v{z}}ina, Martin and Malherbe, Emmanuel},
6+
booktitle={Joint European Conference on Machine Learning and Knowledge Discovery in Databases},
7+
pages={125--142},
8+
year={2025},
9+
organization={Springer}
10+
}

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06899/status.svg)](https://doi.org/10.21105/joss.06899)
2222
[![cite](https://img.shields.io/badge/Citation-BibTeX-cyan)](./CITATION.bib)
23+
[![cite](https://img.shields.io/badge/ECMLPKDD-BibTeX-cyan)](./CITATION_AC.bib)
2324
</div>
2425

2526
Choice-Learn is a Python package designed to help you formulate, estimate, and deploy discrete choice models. It is optimized to efficiently handle large-scale choice data while minimizing RAM usage.
@@ -271,7 +272,7 @@ If you consider this package or any of its feature useful for your research, con
271272
<img align="left" width="100"src="https://github.com/openjournals/joss/blob/main/docs/logos/joss-logo.png?raw=true" />
272273
</a>
273274

274-
```bash
275+
```bibtex
275276
@article{Auriau2024,
276277
doi = {10.21105/joss.06899},
277278
url = {https://doi.org/10.21105/joss.06899},
@@ -291,14 +292,14 @@ If you make use of the *AleaCarta* model [[17]](#trident-references), consider c
291292
<img align="left" width="100"src="https://ecmlpkdd-storage.s3.eu-central-1.amazonaws.com/ECML_1_e012008d41.png" />
292293
</a>
293294

294-
```bash
295-
@inproceedings{Desir2025
296-
doi = {},
297-
url = {},
298-
publisher = {},
299-
author = {Jules Désir and Vincent Auriau and Martin Možina and Emmanuel Malherbe},
300-
title = {Better Capturing Interactions between Products in Retail: Revisited Negative Sampling for Basket Choice Modeling},
295+
```bibtex
296+
@inproceedings{desir2025,
297+
doi = {10.1007/978-3-032-06118-8_8},
298+
url = {https://doi.org/10.1007/978-3-032-06118-8_8},
299+
title={Better Capturing Interactions Between Products in Retail: Revisited Negative Sampling for Basket Choice Modeling},
300+
author={D{\'e}sir, Jules and Auriau, Vincent and Mo{\v{z}}ina, Martin and Malherbe, Emmanuel},
301301
booktitle={Joint European Conference on Machine Learning and Knowledge Discovery in Databases},
302+
pages={125--142},
302303
year={2025},
303304
organization={Springer}
304305
}

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Here is a quick overview of the different functionalities offered by Choice-Lear
4040
- The [TaFeng](./references/datasets/references_tafeng.md) dataset from Kaggle
4141
- The ICDM-2013 [Expedia](./references/datasets/references_expedia.md) dataset from Kaggle
4242
- [London Passenger Mode Choice](./references/datasets/references_base.md)
43+
- [The Bakery Dataset](./references/basket_models/datasets/references_bakery.md)
44+
- [The Badminton Dataset](./references/basket_models/datasets/synthetic_dataset.md)
4345

4446
### Single Choice Models
4547
- [Custom modeling](./notebooks/introduction/4_model_customization.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Bakery Dataset as TripDataset
2+
3+
:::choice_learn.basket_models.datasets.bakery
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Synthetic (Badminton) Dataset as TripDataset
2+
3+
:::choice_learn.basket_models.datasets.synthetic_dataset

mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ nav:
102102
- TaFeng Dataset: references/datasets/references_tafeng.md
103103
- ICDM Expedia Dataset: references/datasets/references_expedia.md
104104
- Bakery Dataset: references/basket_models/datasets/references_bakery.md
105+
- Badminton Dataset: references/basket_models/datasets/synthetic_dataset.md
105106
- Choice Models:
106107
- Base Model: references/models/references_base_model.md
107108
- Baseline Models: references/models/references_baseline_models.md

0 commit comments

Comments
 (0)