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 cb47a4d commit d3cd4f3Copy full SHA for d3cd4f3
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+## v0.1.0 (2024-03-16)
2
+
3
+### Feat
4
5
+- add Conformal Coherent Quantile Regression (#3)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] # https://python-poetry.org/docs/pyproject/
6
name = "conformal-tights"
7
-version = "0.0.0"
+version = "0.1.0"
8
description = "A scikit-learn meta-estimator for computing tight conformal predictions"
9
authors = ["Laurent Sorber <[email protected]>"]
10
readme = "README.md"
0 commit comments