Skip to content

Commit fa83bfe

Browse files
committed
Added Python library and citations
1 parent 05f6fd0 commit fa83bfe

File tree

5 files changed

+72
-1
lines changed

5 files changed

+72
-1
lines changed

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ website:
1515
text: ECML-PKDD 2020 Tutorial
1616
- href: survey/index.qmd
1717
text: ML survey
18+
- href: pycalib/index.qmd
19+
text: Python library
1820
- href: videos/index.qmd
1921
text: Videos
2022
page-footer:

about.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "About"
3+
---
4+
5+
About this site

assets/images/clacal.png

5.96 KB
Loading

pycalib/index.qmd

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: Python Library PyCalib
3+
author:
4+
- name:
5+
given: Miquel
6+
family: Perello Nieto
7+
url: https://perellonieto.com
8+
orcid: 0000-0001-8925-424X
9+
10+
affiliations:
11+
- name: University of Bristol
12+
city: Bristol
13+
country: United Kingdom
14+
postal-code: BS8 1QU
15+
- name: Telmo Silva Filho
16+
17+
affiliations:
18+
- name: Federal University of Paraiba
19+
city: Paraiba
20+
country: Brazil
21+
- name:
22+
given: Hao
23+
family: Song
24+
25+
affiliations:
26+
- name: University of Bristol
27+
city: Bristol
28+
country: United Kingdom
29+
postal-code: BS8 1QU
30+
---
31+
32+
We have developed a Python library that offers multiple tools to assess
33+
probabilistic classifiers in terms of calibration, and provides useful function
34+
to calibrate models that follow the Scikit-learn BaseEstimator standar.
35+
36+
The documentation for the library can be found at
37+
[classifier-calibration.github.io/PyCalib/](https://classifier-calibration.github.io/PyCalib/) and the library can be
38+
installed from the [PyPi package
39+
repository](https://pypi.org/project/pycalib/).
40+
41+
# Citation
42+
43+
If you use the library for a research publication you may want to cite the
44+
publication below, which provides a survey of classifier calibration and
45+
mentions this Python library.
46+
47+
```bibtex
48+
@Article{SilvaFilho2023,
49+
author={Silva Filho, Telmo
50+
and Song, Hao
51+
and Perello-Nieto, Miquel
52+
and Santos-Rodriguez, Raul
53+
and Kull, Meelis
54+
and Flach, Peter},
55+
title={Classifier calibration: a survey on how to assess and improve predicted class probabilities},
56+
journal={Machine Learning},
57+
year={2023},
58+
month={May},
59+
day={16},
60+
issn={1573-0565},
61+
doi={10.1007/s10994-023-06336-7},
62+
url={https://doi.org/10.1007/s10994-023-06336-7}
63+
}
64+
```

survey/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This work has been published in the [Machine Learning
9191
journal](https://link.springer.com/article/10.1007/s10994-023-06336-7). You
9292
may want to use the following citation if you want to reference this work.
9393

94-
```
94+
```bibtex
9595
@Article{SilvaFilho2023,
9696
author={Silva Filho, Telmo
9797
and Song, Hao

0 commit comments

Comments
 (0)