We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917002c commit 2b14c2aCopy full SHA for 2b14c2a
βCHANGELOG.mdβ
@@ -1,3 +1,9 @@
1
+## v0.2.1 (2024-03-30)
2
+
3
+### Fix
4
5
+- round quantiles when target is integer (#7)
6
7
## v0.2.0 (2024-03-30)
8
9
### Feat
βpyproject.tomlβ
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "conformal-tights"
-version = "0.2.0"
+version = "0.2.1"
description = "A scikit-learn meta-estimator for computing tight conformal predictions"
authors = ["Laurent Sorber <[email protected]>"]
10
readme = "README.md"
0 commit comments