File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
14
## [ 2.0.1] - 2023-06
9
15
Improvements in this release:
10
16
- Update pre-commit hooks & add validation for jupyter notebooks # 213
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " probatus"
7
- version = " 2.0.1 "
7
+ version = " 2.1.0 "
8
8
requires-python = " >=3.8"
9
9
description = " Validation of binary classifiers and data used to develop them"
10
10
readme = { file = " README.md" , content-type = " text/markdown" }
11
11
authors = [
12
- { name = " ING Bank N.V." , email = " mateusz.garbacz @ing.com" }
12
+ { name = " ING Bank N.V." , email = " reinier.koops @ing.com" }
13
13
]
14
14
license = { file = " LICENCE" }
15
15
classifiers = [
You can’t perform that action at this time.
0 commit comments