OutlierDetectionJL / OutlierDetection.jl

Fast, scalable and flexible Outlier Detection with Julia
https://outlierdetectionjl.github.io/OutlierDetection.jl/dev/
MIT License
79 stars 8 forks source link

Citation to the library #26

Closed yzhao062 closed 2 years ago

yzhao062 commented 2 years ago

Great work! Just wondering if I want to cite this repo formally in a paper, what is the recommended citation (e.g., bib)? Thanks!

davnn commented 2 years ago

Hi, thank you for your great work in the field ;)

There is no official citation recommendation available at the moment, I would cite it as:

@article{muhrOutlierDetectionJlModular2022,
  title = {OutlierDetection.jl: A modular outlier detection ecosystem for the Julia programming language},
  author = {Muhr, David and Affenzeller, Michael and Anthony D., Blaom},
  year = {2022}
}

Edit: There will be a publication with that title.

yzhao062 commented 2 years ago

Thanks for the note and looking forward to the paper :) I will use the provided one for now.