Skip to content

Commit 3c8b77b

Browse files
committed
new version release 2.0.6
1 parent ca73663 commit 3c8b77b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,15 @@ If you use PyOD in a scientific publication, we would appreciate citations to th
118118

119119
`PyOD 2: A Python Library for Outlier Detection with LLM-powered Model Selection <https://arxiv.org/abs/2412.12154>`_ is available as a preprint. If you use PyOD in a scientific publication, we would appreciate citations to the following paper::
120120

121-
@article{zhao2024pyod2,
122-
author = {Chen, Sihan and Qian, Zhuangzhuang and Siu, Wingchun and Hu, Xingcan and Li, Jiaqi and Li, Shawn and Qin, Yuehan and Yang, Tiankai and Xiao, Zhuo and Ye, Wanghao and Zhang, Yichi and Dong, Yushun and Zhao, Yue},
123-
title = {PyOD 2: A Python Library for Outlier Detection with LLM-powered Model Selection},
124-
journal = {arXiv preprint arXiv:2412.12154},
125-
year = {2024}
121+
@inproceedings{chen2025pyod,
122+
title={Pyod 2: A python library for outlier detection with llm-powered model selection},
123+
author={Chen, Sihan and Qian, Zhuangzhuang and Siu, Wingchun and Hu, Xingcan and Li, Jiaqi and Li, Shawn and Qin, Yuehan and Yang, Tiankai and Xiao, Zhuo and Ye, Wanghao and others},
124+
booktitle={Companion Proceedings of the ACM on Web Conference 2025},
125+
pages={2807--2810},
126+
year={2025}
126127
}
127128

129+
128130
`PyOD paper <http://www.jmlr.org/papers/volume20/19-011/19-011.pdf>`_ is published in `Journal of Machine Learning Research (JMLR) <http://www.jmlr.org/>`_ (MLOSS track).::
129131

130132
@article{zhao2019pyod,

docs/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,12 @@ If you use PyOD in a scientific publication, we would appreciate citations to th
127127

128128
`PyOD 2: A Python Library for Outlier Detection with LLM-powered Model Selection <https://arxiv.org/abs/2412.12154>`_ is available as a preprint. If you use PyOD in a scientific publication, we would appreciate citations to the following paper::
129129

130-
@article{zhao2024pyod2,
131-
author = {Chen, Sihan and Qian, Zhuangzhuang and Siu, Wingchun and Hu, Xingcan and Li, Jiaqi and Li, Shawn and Qin, Yuehan and Yang, Tiankai and Xiao, Zhuo and Ye, Wanghao and Zhang, Yichi and Dong, Yushun and Zhao, Yue},
132-
title = {PyOD 2: A Python Library for Outlier Detection with LLM-powered Model Selection},
133-
journal = {arXiv preprint arXiv:2412.12154},
134-
year = {2024}
130+
@inproceedings{chen2025pyod,
131+
title={Pyod 2: A python library for outlier detection with llm-powered model selection},
132+
author={Chen, Sihan and Qian, Zhuangzhuang and Siu, Wingchun and Hu, Xingcan and Li, Jiaqi and Li, Shawn and Qin, Yuehan and Yang, Tiankai and Xiao, Zhuo and Ye, Wanghao and others},
133+
booktitle={Companion Proceedings of the ACM on Web Conference 2025},
134+
pages={2807--2810},
135+
year={2025}
135136
}
136137

137138
`PyOD paper <http://www.jmlr.org/papers/volume20/19-011/19-011.pdf>`_ is published in `Journal of Machine Learning Research (JMLR) <http://www.jmlr.org/>`_ (MLOSS track).::

0 commit comments

Comments
 (0)