Drift reports require the baseline data for your model. The baseline data set should include predictor columns that contain the data used for training the model, and may also include an optional column that contains the actual response.
Training data are the data that were used to fit the model. Often, you want to upload the training data after you import the model to use the training data as baseline data.
For more information on importing baseline data, go to Upload baseline and production data.
Use a comma or a semicolon as the delimiter, depending on your regional settings.
Age | Sex | Cholesterol | Slope |
---|---|---|---|
55 | male | 233 | 1 |
63 | male | 187 | 1 |
27 | female | 145 | 3 |
The production data are also used in the drift report. The production data set contains the predictor variables used to make predictions based on the model. The data set is formed by cumulating the predictor variable values from calls to the endpoint. The data set can also include an optional observation ID and an optional date/time. If you do not specify date/time information, Minitab Model Ops uses the current server time.
For more information on importing production data, go to Upload baseline and production data.
When using a file, save the data in CSV format. Use a comma or a semicolon as the delimiter, depending on your regional settings, and use UTF-8, UTF-8-BOM, or UTF-16-LE as the encoding.
Age | Sex | Cholesterol | Slope | ObservationID |
---|---|---|---|---|
55 | male | 233 | 1 | 100987 |
63 | male | 187 | 1 | 100988 |
27 | female | 145 | 3 | 100989 |
The stability data are used to create a stability report. The stability data set must contain the response values and the observation IDs.
For more information on importing stability data, go to Send stability data.
When using a file, save the data in CSV format. Use a comma or a semicolon as the delimiter, depending on your regional settings, and use UTF-8, UTF-8-BOM, or UTF-16-LE as the encoding.
Heart Disease | ObservationID |
---|---|
0 | 100987 |
1 | 100988 |
1 | 100989 |