...
The post_data structure is equivalent to the algorithm_config_data or prediction_data definitions as given by the routes /algoconfig/{name} and /prediction/bulk:
Image Modified | Image Modified
|
---|
- Every algorithm_configuration_data needs at least an algorithm_run_id and
config_data attribute. - Every specific configuration value has to be added to the config_data attribute and has
to be a key-value pair.
| - Every prediction_set needs at least an algorithm_configuration, algorithm_run_id,
source_data and prediction_data attribute. - The prediction_data represents a list of predictions, where each prediction needs at
least a time_start, time_duration, probability, intensity_min, intensity_max and data attribute. - Every specific prediction value has to be added to the data attribute and has to be a
- key-value pair.
|
...