Skip to content

Commit fd0cadd

Browse files
author
Reinier Koops
authored
Probatus 2.1.0 (#223)
1 parent b8aac84 commit fd0cadd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.0] - 2023-07
9+
Improvements in this release:
10+
- Make ShapRFECV return matplotfigure (instead of axis) #222
11+
- Add option for penalty on shap calculation to distinguish features with similar shap performance # 213
12+
- Implement automatic feature selection #220
13+
814
## [2.0.1] - 2023-06
915
Improvements in this release:
1016
- Update pre-commit hooks & add validation for jupyter notebooks # 213

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "probatus"
7-
version = "2.0.1"
7+
version = "2.1.0"
88
requires-python= ">=3.8"
99
description = "Validation of binary classifiers and data used to develop them"
1010
readme = { file = "README.md", content-type = "text/markdown" }
1111
authors = [
12-
{ name = "ING Bank N.V.", email = "mateusz.garbacz@ing.com" }
12+
{ name = "ING Bank N.V.", email = "reinier.koops@ing.com" }
1313
]
1414
license = { file = "LICENCE" }
1515
classifiers = [

0 commit comments

Comments
 (0)