python-meteosclient/sample/json/model_evaluation.json
Hiroyuki Eguchi 5f55a5f981 Model Evaluation
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
2017-01-20 10:07:08 +09:00

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