{
"observations": [
[1.0, 1609459200.0, 23.5],
[2.0, 1609459200.0, 24.1],
[1.0, 1609545600.0, 23.7],
[2.0, 1609545600.0, 24.5]
],
"explanatory_variables": [
0.8,
0.9,
0.85,
0.95
]
}
curl --location --request POST 'http://192.168.11.46:13000/multi-point/predict' \
--header 'Content-Type: application/json' \
--data-raw '{
"observations": [
[1.0, 1609459200.0, 23.5],
[2.0, 1609459200.0, 24.1],
[1.0, 1609545600.0, 23.7],
[2.0, 1609545600.0, 24.5]
],
"explanatory_variables": [
0.8,
0.9,
0.85,
0.95
]
}'
{}