MLModel lookup
Contains information about the selected data for the model, the training period, the current training status, etc.
Main MLModel lookup fields
Model name.
The identifier of the current model instance.
The date/time of last training attempt.
The date/time of last training attempt.
Model retraining frequency (days).
Metadata with selection column types.
In this code:
- inputs – a set of incoming columns for the model.
- output – a column, the value of which the model should predict.
Column descriptions support the following attributes:
- name – field name from the TrainingSetQuery expression.
- type – data type for the training engine.
Supported values
Text text column; Lookup lookup column; Boolean logical data type; Numeric numeric type; DateTime date and time. - isRequired – mandatory field value (true/false). Default value – false.
C#-expression of the training data selection. This expression should return the Terrasoft.Core.DB.Select class instance.
You can find examples of queries in the "Examples of data queries for the machine learning model” example.
A link to an object schema for which the prediction will be executed.
The status of model processing (data transfer, training, ready for forecasting).
A quality metric for the current model instance.
Lowest threshold of model quality.
A flag that includes the prediction for this model.
Current training session.
Machine learning problem (defines the algorithm and service url for model training).