Skip to content

Commit

Permalink
Probatus 2.1.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Koops authored Jul 27, 2023
1 parent b8aac84 commit fd0cadd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2023-07
Improvements in this release:
- Make ShapRFECV return matplotfigure (instead of axis) #222
- Add option for penalty on shap calculation to distinguish features with similar shap performance # 213
- Implement automatic feature selection #220

## [2.0.1] - 2023-06
Improvements in this release:
- Update pre-commit hooks & add validation for jupyter notebooks # 213
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "probatus"
version = "2.0.1"
version = "2.1.0"
requires-python= ">=3.8"
description = "Validation of binary classifiers and data used to develop them"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "ING Bank N.V.", email = "mateusz.garbacz@ing.com" }
{ name = "ING Bank N.V.", email = "reinier.koops@ing.com" }
]
license = { file = "LICENCE" }
classifiers = [
Expand Down

0 comments on commit fd0cadd

Please sign in to comment.