Page tree

Versions Compared

Key

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

...

  • 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_data needs at least an algorithm_run_id, prediction_data, source_data and
    time_start attribute.
  • Every specific prediction value has to be added to the prediction_data attribute and has to be
    a key-value pair.

 

Source Code

Here you can download the above code fragments as python code.

ingest_prediction_data.py

A more complete example using the above functions is given by in the article 'Request prediction data from database (REST API)'.

...