From a064538b852b5a5f5b8ef3b9a87ca6bb7f60ecef Mon Sep 17 00:00:00 2001 From: Szczepanski Nicolas Date: Tue, 28 Nov 2023 16:09:53 +0100 Subject: [PATCH] v1.0.10 --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb08916..214ae83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,40 @@ ### 1.0.10 - Contrastive for BT classification (binary classes) - - change function name in explainer (unset_specific_features -> unset_excluded_features) + - Remove the PyQt6 dependencie and new methods to display explanations: + - show_in_notebook() + - show_on_screen() + - get_PILImage() + - save_png() + - resize_PILimage() + - Change function name in explainer (unset_specific_features -> unset_excluded_features) + - New procedure installation + - New visualization for time series + - Compilation error resolution + +### 1.0.9 + - New metrics (documentation in progress) + - For binary classification: + - accuracy + - precision + - recall + - f1_score + - specificity + - tp, tn, fp, fn + - For multiclass classification: + - micro_averaging_accuracy + - micro_averaging_precision + - micro_averaging_recall + - macro_averaging_accuracy + - macro_averaging_precision + - macro_averaging_recall + - For regression: + - mean_squared_error + - root_mean_squared_error + - mean_absolute_error + +### 1.0.7 + - Build and Tests with CI ### 1.0.0 - Regression for boosted trees