Skip to content

Commit

Permalink
update config to use emprical quantile
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni.buroni committed Dec 11, 2024
1 parent c0cdf2e commit 9748683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/simulation_setting_with_ramps.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class Stack:
zoom_in_variability = True, # zoom in the variability forecasts

# wind ramp detection
detector = 'box', # 'eq', 'kde', 'box', 'lof'
detector = 'eq', # 'eq', 'kde', 'box', 'lof'

preprocess_ramps = True, # preprocess training data (get rid of wind ramps)
max_IQW = 1000,
Expand All @@ -190,7 +190,7 @@ class Stack:
k_box = 1.5,

# params for lof detector
n_neighbors_lof = 25,
n_neighbors_lof = 35,
contamination_lof = 0.075,

)

0 comments on commit 9748683

Please sign in to comment.