AutoMLExperiment.Run Method
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.
Run experiment and return the best trial result synchronizely.
public Microsoft.ML.AutoML.TrialResult Run ();
member this.Run : unit -> Microsoft.ML.AutoML.TrialResult
Public Function Run () As TrialResult