Update CHANGE_LOG.txt

This commit is contained in:
Alejandro Moreo Fernandez 2024-07-25 11:42:42 +03:00 committed by GitHub
parent 13beb45274
commit 4474653a25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,12 @@
Change Log 0.1.9 Change Log 0.1.9
---------------- ----------------
- [TODO] add LeQua2024 and normalized match distance to qp.error
- [TODO] add Friedman's method and DeBias - [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 - 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 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 sklearn.linear_model.LogisticRegression(max_iter=3000). If the classifier is not specified, then a clone