1
0
Fork 0

change-log update!

This commit is contained in:
Alejandro Moreo Fernandez 2023-11-08 09:45:28 +01:00
parent e71f82105e
commit 0577144de9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Change Log 0.1.7
Change Log 0.1.8
----------------
- New UCI multiclass datasets added (thanks to Pablo González). The 5 UCI multiclass datasets are those corresponding

View File

@ -6,7 +6,7 @@ import quapy as qp
from sklearn.linear_model import LogisticRegression
from time import time
from error import QUANTIFICATION_ERROR_SINGLE, QUANTIFICATION_ERROR, QUANTIFICATION_ERROR_NAMES, \
from quapy.error import QUANTIFICATION_ERROR_SINGLE, QUANTIFICATION_ERROR, QUANTIFICATION_ERROR_NAMES, \
QUANTIFICATION_ERROR_SINGLE_NAMES
from quapy.method.aggregative import EMQ, PCC
from quapy.method.base import BaseQuantifier