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 285fdff commit 75b5393Copy full SHA for 75b5393
CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to
8
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
9
10
11
-## [Unreleased]
+## [v4.3.0] - 2022-07-17
12
### Added
13
- The `QuantileRegressionForest` now has a `feature_importances_` attribute.
14
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "doubt"
7
-version = "4.2.0"
+version = "4.3.0"
description = "Bringing back uncertainty to machine learning."
authors = ["Dan Saattrup Nielsen <saattrupdan@gmail.com>"]
readme = "README.md"
0 commit comments