Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

"algorithm": {
                   "phase": "execution",                         <--- do not touch
                   "config_name": "HybridLasso_test",  <---- HERE
                   "description": "HybridLasso"

}

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",

...