From 96a9af2e35b76bb41f9f2bb3d78ad22a2f0813f0 Mon Sep 17 00:00:00 2001 From: Miguel de Benito Delgado Date: Sun, 5 May 2024 11:55:13 +0200 Subject: [PATCH] Add missing params --- params.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/params.yaml b/params.yaml index d9e1df0e..d603cb07 100644 --- a/params.yaml +++ b/params.yaml @@ -1,5 +1,5 @@ settings: - n_jobs: 4 + n_jobs: 26 backend: joblib mlflow_tracking_uri: http://localhost:5000 plot_format: pdf @@ -14,12 +14,13 @@ settings: evaluate_curves: false evaluate_metrics: false render_plots: true - + shutdown: false time: active: true threshold_characteristics: + active: false valuation_method: banzhaf_shapley # Method used to calculate the threshold characteristics. model: logistic_regression # Default model to use for determining the values max_plotting_percentage: 1e-4 # Threshold for stopping plotting in direction of x-axis.