AutoMLExperimentExtension 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.
public static class AutoMLExperimentExtension
type AutoMLExperimentExtension = class
Public Module AutoMLExperimentExtension
- Inheritance
-
AutoMLExperimentExtension
Methods
SetBinaryClassificationMetric(AutoMLExperiment, BinaryClassificationMetric, String, String) |
Set Microsoft.ML.AutoML.BinaryMetricManager as evaluation manager for AutoMLExperiment. This will make
AutoMLExperiment uses |
SetCheckpoint(AutoMLExperiment, String) |
Set checkpoint folder for AutoMLExperiment. The checkpoint folder will be used to save temporary output, run history and many other stuff which will be used for restoring training process from last checkpoint and continue training. |
SetCostFrugalTuner(AutoMLExperiment) |
Set Microsoft.ML.AutoML.CostFrugalTuner as tuner for hyper-parameter optimization. |
SetDataset(AutoMLExperiment, DataOperationsCatalog+TrainTestData) |
Set train and validation dataset for AutoMLExperiment. This will make AutoMLExperiment uses TrainSet from |
SetDataset(AutoMLExperiment, IDataView, IDataView, Boolean) |
Set train and validation dataset for AutoMLExperiment. This will make AutoMLExperiment uses |
SetDataset(AutoMLExperiment, IDataView, Int32, String) |
Set cross-validation dataset for AutoMLExperiment. This will make AutoMLExperiment use n= |
SetEciCostFrugalTuner(AutoMLExperiment) |
set Microsoft.ML.AutoML.EciCostFrugalTuner as tuner for hyper-parameter optimization. This tuner only works with search space from SweepablePipeline. |
SetGridSearchTuner(AutoMLExperiment, Int32) |
set Microsoft.ML.AutoML.GridSearchTuner as tuner for hyper parameter optimization. |
SetMulticlassClassificationMetric(AutoMLExperiment, MulticlassClassificationMetric, String, String) |
Set Microsoft.ML.AutoML.MultiClassMetricManager as evaluation manager for AutoMLExperiment. This will make
AutoMLExperiment uses |
SetPerformanceMonitor(AutoMLExperiment, Int32) |
Set DefaultPerformanceMonitor as IPerformanceMonitor for AutoMLExperiment. |
SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment, Func<IServiceProvider,TPerformanceMonitor>) |
Set a custom performance monitor as IPerformanceMonitor for AutoMLExperiment. |
SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment) |
Set a custom performance monitor as IPerformanceMonitor for AutoMLExperiment. |
SetPipeline(AutoMLExperiment, SweepablePipeline) |
Set |
SetRandomSearchTuner(AutoMLExperiment, Nullable<Int32>) |
set Microsoft.ML.AutoML.RandomSearchTuner as tuner for hyper parameter optimization. If |
SetRegressionMetric(AutoMLExperiment, RegressionMetric, String, String) |
Set Microsoft.ML.AutoML.RegressionMetricManager as evaluation manager for AutoMLExperiment. This will make
AutoMLExperiment uses |
SetSmacTuner(AutoMLExperiment, Int32, Int32, Int32, Int32, Single, Int32, Int32, Double, Int32) |
Set Microsoft.ML.AutoML.SmacTuner as tuner for hyper-parameter optimization. The performance of smac is in a large extend determined
by |