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.
Estimator with search space.
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepableEstimatorConverter))]
public class SweepableEstimator : Microsoft.ML.AutoML.Estimator, Microsoft.ML.AutoML.ISweepable<Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>>
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepableEstimatorConverter))>]
type SweepableEstimator = class
inherit Estimator
interface ISweepable<IEstimator<ITransformer>>
interface ISweepable
Public Class SweepableEstimator
Inherits Estimator
Implements ISweepable(Of IEstimator(Of ITransformer))