Share via


MLContextExtension.Auto(MLContext) Method

Definition

Returns a catalog of all possible AutoML operations.

public static Microsoft.ML.AutoML.AutoCatalog Auto(this Microsoft.ML.MLContext mlContext);
static member Auto : Microsoft.ML.MLContext -> Microsoft.ML.AutoML.AutoCatalog
<Extension()>
Public Function Auto (mlContext As MLContext) As AutoCatalog

Parameters

mlContext
MLContext

MLContext instance.

Returns

A catalog of all possible AutoML operations.

Applies to