
Prediction model needs to be evaluated accuracy. Add a "meteos model-evaluation" command to allow users to evaluate their models which they created. implements blueprint evaluate-model Change-Id: I4d54d789298f88251ddbd2dabab357318052cc40
9 lines
222 B
JSON
9 lines
222 B
JSON
{
|
|
"display_name": "sample-evaluation",
|
|
"source_dataset_url": "<YOUR_SOURCE_DATASET_URL>",
|
|
"model_id": "<YOUR_MODEL_ID>",
|
|
"swift_tenant": "demo",
|
|
"swift_username": "demo",
|
|
"swift_password": "nova"
|
|
}
|