v1
latestOpenAPI 3.0.12026-07-14644253.6 KBInsight-Driven Planning (Forecast & Optimization)
Get optimal parameter per method
Use the optimal parameter sets created by iCUE to set the method parameters of your internal planning system.
post/forecast/optimal-parameter
Headers
Tokenstring
User Authentication Token
Request body
Example request
{
"method": "iCUE1",
"params": {
"errorType": "MeanAbsolutePercentageError",
"holdOutPeriod": 4,
"noFcst": 18,
"outlierDetection": true,
"periodicity": 12
},
"startDate": "1/16/2016"
}Response
Success
Example response
{
"hyperparameters": {
"errorType": "MeanAbsolutePercentageError",
"holdOutPeriod": 4,
"noFcst": 18,
"periodicity": 12
}
}