Model Properties
Properties
| Base | Gets an index containing the keys of the columns that are required inputs to the model. |
| Computed |
Gets whether the model has been computed.
Obsolete. |
| Data | Gets an object that contains all the data used as input to the model. |
| Fitted | Gets whether the model has been computed. |
| Input | Gets the schema for the features used for fitting the model. |
| Max | Gets or sets the maximum degree of parallelism enabled by this instance. |
| Model | Gets the collection of variables used in the model. |
| Number | Gets the number of observations the model is based on. |
| Parallel | Gets or sets an object that specifies how the calculation of the model should be parallelized. |
| Status | Gets the status of the model, which determines which information is available. |
| Supports | Indicates whether the model supports case weights. |
| Weights | Gets or sets the actual weights. |