forked from moreo/QuaPy
imports fix
This commit is contained in:
parent
ebf040f352
commit
ca4c344c55
|
@ -10,7 +10,7 @@ from sklearn.model_selection import StratifiedKFold
|
|||
|
||||
import pandas as pd
|
||||
|
||||
from data.base import Dataset, LabelledCollection
|
||||
from quapy.data.base import Dataset, LabelledCollection
|
||||
from quapy.data.preprocessing import text2tfidf, reduce_columns
|
||||
from quapy.data.reader import *
|
||||
from quapy.util import download_file_if_not_exists, download_file, get_quapy_home, pickled_resource
|
||||
|
|
|
@ -5,7 +5,7 @@ from typing import Union, Callable
|
|||
|
||||
import quapy as qp
|
||||
import quapy.functional as F
|
||||
from data.base import LabelledCollection
|
||||
from quapy.data.base import LabelledCollection
|
||||
from quapy.evaluation import artificial_sampling_prediction
|
||||
from quapy.method.aggregative import BaseQuantifier
|
||||
|
||||
|
|
Loading…
Reference in New Issue