unit8co / darts

A python library for user-friendly forecasting and anomaly detection on time series.
https://unit8co.github.io/darts/
Apache License 2.0
8.12k stars 885 forks source link

Citing / Referencing darts? #502

Closed williamgilpin closed 3 years ago

williamgilpin commented 3 years ago

Thank you for this incredible library! It was incredibly helpful to me for running forecasting benchmarks. I would like to cite the library in my preprint Do you have a recommended citation or reference that I should use to make sure that the library is properly credited? Right now I am using the following:

@article{unit8co2020darts,
  author = {Julien Herzen and Francesco Lässig and Samuele Giuliano Piazzetta and Thomas Neuer and Léo Tafti and Guillaume Raille and Tomas Van Pottelbergh and Marek Pasieka and Andrzej Skrodzki and Nicolas Huguenin and Maxime Dumonal and Jan Kościsz and Dennis Bader and Frédérick Gusset and Mounir Benheddi and Camila Williamson and Michal Kosinski and Matej Petrik and Gaël Grosch},
  title        = {Darts: User-Friendly Modern Machine Learning for Time Series},
  month        = {October},
  year         = {2021},
  journal={arXiv preprint arXiv:2110.03224},
  url          = {https://arxiv.org/abs/2110.03224}
}

Thanks again for this incredible package!

EDIT: fixed the BibTeX to reflect the preprint

hrzn commented 3 years ago

Hi @williamgilpin , thanks a lot for the feedback, and for your attempt at citing us properly :) We have actually written a short journal paper on Darts, which we'll soon upload to Arxiv as a pre-print. We'll thus have a proper way to cite it soon (in a matter of days, I expect). If you cannot wait let me know and I can try to already cook a bibtex entry.

williamgilpin commented 3 years ago

Hi @hrzn thank you very much---I was hoping to post a preprint next week as well. Please let me know once your preprint goes up and I will update it. Thanks again for this amazing package!

hrzn commented 3 years ago

Hi @williamgilpin , here's the link to our preprint: https://arxiv.org/abs/2110.03224

Could you reference this one? Thanks!

williamgilpin commented 3 years ago

Thank you! The camera-ready version and preprint will have the correct reference. I also edited my BibTeX estimate above, so that no people/bots who find this thread accidentally copypasta the wrong citation!

Thanks again for this amazing resource, and congrats on the preprint!

hrzn commented 3 years ago

Many thanks @williamgilpin - congrats on your paper too, very nice contribution :)