From 3fc736d873b4c7a0042e91354af367626af284ef Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Mon, 23 Oct 2023 11:39:47 +0200 Subject: [PATCH] changelog added --- quapy/CHANGE_LOG.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/quapy/CHANGE_LOG.txt b/quapy/CHANGE_LOG.txt index 1e0908a..5395479 100644 --- a/quapy/CHANGE_LOG.txt +++ b/quapy/CHANGE_LOG.txt @@ -1,6 +1,16 @@ Change Log 0.1.7 ---------------- +- New UCI multiclass datasets added (thanks to Pablo González). The 5 UCI multiclass datasets are those corresponding + to the following criteria: + - >1000 instances + - >2 classes + - classification datasets + - Python API available + +Change Log 0.1.7 +---------------- + - Protocols are now abstracted as instances of AbstractProtocol. There is a new class extending AbstractProtocol called AbstractStochasticSeededProtocol, which implements a seeding policy to allow replicate the series of samplings. There are some examples of protocols, APP, NPP, UPP, DomainMixer (experimental).