MLContextExtension.Auto(MLContext) 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.
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
Returns
A catalog of all possible AutoML operations.