Skip to content

Commit 2a6c4a9

Browse files
committed
🔨 fix tests
1 parent 433180c commit 2a6c4a9

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from fseval.config import EstimatorConfig
22

33
mutual_info_ranker = EstimatorConfig(
4-
name= "Mutual Info",
5-
estimator=dict(
6-
_target_="benchmark.MutualInfoClassifier",
7-
),
8-
_estimator_type="classifier",
9-
multioutput=False,
10-
estimates_feature_importances=True,
4+
name="Mutual Info",
5+
estimator=dict(
6+
_target_="benchmark.MutualInfoClassifier",
7+
),
8+
_estimator_type="classifier",
9+
multioutput=False,
10+
estimates_feature_importances=True,
1111
)

examples/quick-start-yaml/conf/my_config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ defaults:
44
- override dataset: synthetic
55
- override validator: knn
66
- override /callbacks:
7-
- to_csv
7+
- to_sql
88

99
n_bootstraps: 1
10-
11-
callbacks:
12-
to_csv:
13-
dir: /Users/dunnkers/Downloads/results_dir

0 commit comments

Comments
 (0)