Skip to content

Commit 8bdc7f2

Browse files
author
Igor Rukhovich
committed
Applying comments: renamed configs
1 parent 877e0fd commit 8bdc7f2

9 files changed

+6
-6
lines changed
File renamed without changes.

datasets/load_datasets.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
from pathlib import Path
2222
from typing import Callable, Dict
2323

24-
from .loader_clf import (a_nine_a, airline, airline_ohe, bosch, codrnanorm,
25-
epsilon, fraud, gisette, higgs, higgs_one_m, ijcnn,
26-
klaverjas, santander, skin_segmentation)
27-
from .loader_mul import (connect, covertype, covtype, letters, mnist, msrank,
28-
plasticc, sensit)
29-
from .loader_reg import abalone, mortgage_first_q, year_prediction_msd
24+
from .loader_classification import (
25+
a_nine_a, airline, airline_ohe, bosch, codrnanorm, epsilon, fraud, gisette,
26+
higgs, higgs_one_m, ijcnn, klaverjas, santander, skin_segmentation)
27+
from .loader_multiclass import (connect, covertype, covtype, letters, mnist,
28+
msrank, plasticc, sensit)
29+
from .loader_regression import abalone, mortgage_first_q, year_prediction_msd
3030

3131
dataset_loaders: Dict[str, Callable[[Path], bool]] = {
3232
"a9a": a_nine_a,
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)