import fix
This commit is contained in:
parent
195552ef55
commit
48a5240a6e
|
|
@ -3,7 +3,7 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from sklearn.metrics import f1_score
|
from sklearn.metrics import f1_score
|
||||||
import quapy as qp
|
import quapy as qp
|
||||||
from functional import AitchisonDistance
|
from quapy.functional import AitchisonDistance
|
||||||
|
|
||||||
|
|
||||||
def from_name(err_name):
|
def from_name(err_name):
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,6 @@ from contextlib import ExitStack
|
||||||
from abc import ABCMeta, abstractmethod
|
from abc import ABCMeta, abstractmethod
|
||||||
from quapy.data import LabelledCollection
|
from quapy.data import LabelledCollection
|
||||||
import quapy.functional as F
|
import quapy.functional as F
|
||||||
from os.path import exists
|
|
||||||
from glob import glob
|
|
||||||
from collections.abc import Iterable
|
from collections.abc import Iterable
|
||||||
from numbers import Number
|
from numbers import Number
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue