...
"algorithm": {
"phase": "execution", <--- do not touch
"config_name": "HybridLasso_test", <---- HERE
"description": "HybridLasso"
"type" : ["classification" | "clustering" | "regression"] <--- to fill this field check this page: https://dev.flarecast.eu/confluence/x/hQDV
}
The writing of the trained model is working locally, let see if other fixings are needed once we run them on the cluster.
...
Please update/change whatever is needed.
"flare_history_window": 24 <--- we add this field to set the time interval (in hours) in which we check the occurance of a flare in the past.
It works if at least one item of the following dictionary is set to true
"flare_history_features": {"flare_past": true, "flare_index_past": true}
dataset": { "cadence":"24h",
...