RunDetail<TMetrics>.Model Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model trained during the run.
public Microsoft.ML.ITransformer Model { get; }
member this.Model : Microsoft.ML.ITransformer
Public ReadOnly Property Model As ITransformer
Property Value
Remarks
You can use the trained model to obtain predictions on input data.