-
Notifications
You must be signed in to change notification settings - Fork 9
ADD: Official Citation version #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@inproceedings{Desir2025 | ||
doi = {10.1007/978-3-032-06118-8_8}, | ||
url = {https://doi.org/10.1007/978-3-032-06118-8_8}, | ||
publisher = {Springer Nature Switzerland}, | ||
author = {Jules D{\'e}sir and Vincent Auriau and Martin Mo{\v{z}}ina and Emmanuel Malherbe}, | ||
title = {Better Capturing Interactions between Products in Retail: Revisited Negative Sampling for Basket Choice Modeling}, | ||
booktitle={Machine Learning and Knowledge Discovery in Databases. ECML PKDD 2025.}, | ||
year={2026} | ||
} | ||
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -20,6 +20,7 @@ | |||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
[](https://doi.org/10.21105/joss.06899) | ||||||||||||||||||||||||||||||||||||
[](./CITATION.bib) | ||||||||||||||||||||||||||||||||||||
[](./CITATION_AC.bib) | ||||||||||||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||||||||||||
|
@@ -293,14 +294,13 @@ If you make use of the *AleaCarta* model [[17]](#trident-references), consider c | |||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
```bash | ||||||||||||||||||||||||||||||||||||
@inproceedings{Desir2025 | ||||||||||||||||||||||||||||||||||||
doi = {}, | ||||||||||||||||||||||||||||||||||||
url = {}, | ||||||||||||||||||||||||||||||||||||
publisher = {}, | ||||||||||||||||||||||||||||||||||||
author = {Jules Désir and Vincent Auriau and Martin Možina and Emmanuel Malherbe}, | ||||||||||||||||||||||||||||||||||||
doi = {10.1007/978-3-032-06118-8_8}, | ||||||||||||||||||||||||||||||||||||
url = {https://doi.org/10.1007/978-3-032-06118-8_8}, | ||||||||||||||||||||||||||||||||||||
publisher = {Springer Nature Switzerland}, | ||||||||||||||||||||||||||||||||||||
author = {Jules D{\'e}sir and Vincent Auriau and Martin Mo{\v{z}}ina and Emmanuel Malherbe}, | ||||||||||||||||||||||||||||||||||||
title = {Better Capturing Interactions between Products in Retail: Revisited Negative Sampling for Basket Choice Modeling}, | ||||||||||||||||||||||||||||||||||||
booktitle={Joint European Conference on Machine Learning and Knowledge Discovery in Databases}, | ||||||||||||||||||||||||||||||||||||
year={2025}, | ||||||||||||||||||||||||||||||||||||
organization={Springer} | ||||||||||||||||||||||||||||||||||||
booktitle={Machine Learning and Knowledge Discovery in Databases. ECML PKDD 2025.}, | ||||||||||||||||||||||||||||||||||||
year={2026} | ||||||||||||||||||||||||||||||||||||
Comment on lines
+297
to
+303
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are inconsistencies in this BibTeX entry. According to the provided DOI, the paper was published in 2024 for the ECML PKDD 2024 conference. The year and booktitle should be updated to reflect the correct publication information. For consistency, you might also want to update the citation key on line 296 to
Suggested change
|
||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||
``` | ||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Bakery Dataset as TripDataset | ||
|
||
:::choice_learn.basket_models.datasets.bakery |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Synthetic (Badminton) Dataset as TripDataset | ||
|
||
:::choice_learn.basket_models.datasets.synthetic_dataset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several inconsistencies in the BibTeX entry. According to the provided DOI, the paper was published in 2024 for the ECML PKDD 2024 conference. The citation key, year, and booktitle should be updated to reflect the correct publication information. This will ensure users cite the work correctly.