forked from moreo/QuaPy
change-log update!
This commit is contained in:
parent
e71f82105e
commit
0577144de9
|
@ -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
|
- New UCI multiclass datasets added (thanks to Pablo González). The 5 UCI multiclass datasets are those corresponding
|
||||||
|
|
|
@ -6,7 +6,7 @@ import quapy as qp
|
||||||
from sklearn.linear_model import LogisticRegression
|
from sklearn.linear_model import LogisticRegression
|
||||||
from time import time
|
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
|
QUANTIFICATION_ERROR_SINGLE_NAMES
|
||||||
from quapy.method.aggregative import EMQ, PCC
|
from quapy.method.aggregative import EMQ, PCC
|
||||||
from quapy.method.base import BaseQuantifier
|
from quapy.method.base import BaseQuantifier
|
||||||
|
|
Loading…
Reference in New Issue