Update CHANGE_LOG.txt
This commit is contained in:
parent
13beb45274
commit
4474653a25
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue