File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
quick-start-structured-configs/conf/ranker Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11from fseval .config import EstimatorConfig
22
33mutual_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)
Original file line number Diff line number Diff 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
99n_bootstraps : 1
10-
11- callbacks :
12- to_csv :
13- dir : /Users/dunnkers/Downloads/results_dir
You can’t perform that action at this time.
0 commit comments