SweepablePipeline Class
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.
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepablePipelineConverter))]
public class SweepablePipeline : Microsoft.ML.AutoML.ISweepable<Microsoft.ML.Data.EstimatorChain<Microsoft.ML.ITransformer>>
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepablePipelineConverter))>]
type SweepablePipeline = class
interface ISweepable<EstimatorChain<ITransformer>>
interface ISweepable
Public Class SweepablePipeline
Implements ISweepable(Of EstimatorChain(Of ITransformer))
- Inheritance
-
SweepablePipeline
- Attributes
- Implements
Properties
CurrentParameter | |
Estimators | |
SearchSpace |
Methods
Append(ISweepable<IEstimator<ITransformer>>[]) | |
BuildFromOption(MLContext, Parameter) | |
BuildSweepableEstimatorPipeline(String) | |
ToString(Parameter) |
Extension Methods
Append(SweepablePipeline, IEstimator<ITransformer>) |