Numeric | Example | With missing numeric values |
---|---|---|
* |
77,"male", 145, 1, 0 |
*,"male", *, 1, 0 |
'*' |
77,"male", 145, 1, 0 |
'*',"male", '*', 1, 0 |
"*" |
77,"male", 145, 1, 0 |
"*","male", "*", 1, 0 |
|
77,"male", 145, 1, 0 |
,"male",, 1, 0 |
' ' |
77,"male", 145, 1, 0 |
' ',"male",' ', 1, 0 |
" " |
77,"male", 145, 1, 0 |
" ","male"," ", 1, 0 |
Text | Example | With missing text values |
---|---|---|
|
77,"male", 145, 1, 0 |
77,, 145, 1, 0 |
'' |
77,"male", 145, 1, 0 |
77,'', 145, 1, 0 |
"" |
77,"male", 145, 1, 0 |
77,"", 145, 1, 0 |
' ' |
77,"male", 145, 1, 0 |
77,' ', 145, 1, 0 |
" " |
77,"male", 145, 1, 0 |
77," ", 145, 1, 0 |
The baseline data set must include at least one row of data. Minitab Model Ops uploads predictor columns and the actual response column, but ignores other additional columns in your data file. If a predictor is missing from the baseline data file, Minitab Model Ops uploads the file but cannot perform drift calculations for the missing variables.
Missing values of the predictors are allowed if they follow the acceptable formats.
Minitab Model Ops does not require data for all predictors of a model to submit a prediction request.
Minitab Model Ops requires a paired actual response and an observation ID to log the stability data.
You can submit missing values for the actual response and the observation ID, but if the observation ID column is missing, Minitab Model Ops cannot monitor stability.
To submit a single request without date/time data, omit the date/time column.
Minitab Model Ops does not accept prediction requests that include a mix of timestamps and missing values. If you have missing timestamp data, you must submit a separate request that does not include the date/time column.