Skip to content

Commit

Permalink
Add missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbenito committed May 5, 2024
1 parent 2e38389 commit 96a9af2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions params.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
settings:
n_jobs: 4
n_jobs: 26
backend: joblib
mlflow_tracking_uri: http://localhost:5000
plot_format: pdf
Expand All @@ -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.
Expand Down

0 comments on commit 96a9af2

Please sign in to comment.