AutoMLExperimentExtension.SetRandomSearchTuner Method

Definition

set Microsoft.ML.AutoML.RandomSearchTuner as tuner for hyper parameter optimization. If seed is provided, it will use that seed to initialize Microsoft.ML.AutoML.RandomSearchTuner. Otherwise, Seed will be used.

public static Microsoft.ML.AutoML.AutoMLExperiment SetRandomSearchTuner (this Microsoft.ML.AutoML.AutoMLExperiment experiment, int? seed = default);
static member SetRandomSearchTuner : Microsoft.ML.AutoML.AutoMLExperiment * Nullable<int> -> Microsoft.ML.AutoML.AutoMLExperiment
<Extension()>
Public Function SetRandomSearchTuner (experiment As AutoMLExperiment, Optional seed As Nullable(Of Integer) = Nothing) As AutoMLExperiment

Parameters

seed
Nullable<Int32>

Returns

Applies to