From 4474653a25b08006bc7b0a394a9456aa1e8c1fa6 Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Thu, 25 Jul 2024 11:42:42 +0300 Subject: [PATCH] Update CHANGE_LOG.txt --- CHANGE_LOG.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index 7867058..f78e91d 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -1,8 +1,12 @@ Change Log 0.1.9 ---------------- -- [TODO] add LeQua2024 and normalized match distance to qp.error - [TODO] add Friedman's method and DeBias +- Added LeQua 2024 datasets and normalized match distance to qp.error + +- Improved data loaders for UCI binary and UCI multiclass datasets (thanks to Lorenzo Volpi!); these datasets + can be loaded with standardised covariates (default) + - Added a default classifier for aggregative quantifiers, which now can be instantiated without specifying the classifier. The default classifier can be accessed in qp.environ['DEFAULT_CLS'] and is assigned to sklearn.linear_model.LogisticRegression(max_iter=3000). If the classifier is not specified, then a clone