Skip to content
Snippets Groups Projects
Commit a1c3365c authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

config

parent 3bf1af6e
No related branches found
No related tags found
No related merge requests found
# The base configuration of the benchmark # The base configuration of the benchmark
log: True log: True
name: ["digits"] name: ["generated_dset"]
label: "_" label: "_"
file_type: ".hdf5" file_type: ".hdf5"
views: views:
pathf: "/home/baptiste/Documents/Datasets/Digits/" pathf: "/home/baptiste/Documents/Gitwork/multiview_generator/generator/"
nice: 0 nice: 0
random_state: 42 random_state: 42
nb_cores: 1 nb_cores: 1
...@@ -16,16 +16,31 @@ res_dir: "../results/" ...@@ -16,16 +16,31 @@ res_dir: "../results/"
track_tracebacks: False track_tracebacks: False
# All the classification-realted configuration options # All the classification-realted configuration options
multiclass_method: "oneVersusOne" split: 0.5
split: 0.75
nb_folds: 5 nb_folds: 5
nb_class: nb_class:
classes: classes:
type: ["multiview",] type: ["monoview", "multiview",]
algos_monoview: ["decision_tree", "random_forest"] algos_monoview: ["decision_tree",]
algos_multiview: ["mumbo","mvml"] algos_multiview: ["mumbo","weighted_linear_early_fusion"]
stats_iter: 2 stats_iter: 30
metrics: ["accuracy_score", "f1_score"] metrics: ["accuracy_score", "f1_score"]
metric_princ: "accuracy_score" metric_princ: "accuracy_score"
hps_type: "randomized_search-equiv" hps_type: "None"
hps_iter: 2 hps_args:
\ No newline at end of file n_iter: 4
equivalent_draws: False
decision_tree:
max_depth: 3
weighted_linear_early_fusion:
view_weights: null
monoview_classifier: "decision_tree"
monoview_classifier__max_depth: 10
mumbo:
n_estimators: 15
decision_tree:
max_depth: 3
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment