RankingExperimentSettings 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 sealed class RankingExperimentSettings : Microsoft.ML.AutoML.ExperimentSettings
type RankingExperimentSettings = class
inherit ExperimentSettings
Public NotInheritable Class RankingExperimentSettings
Inherits ExperimentSettings
- Inheritance
Constructors
RankingExperimentSettings() |
Initializes a new instance of RankingExperimentSettings. |
Fields
MaxModels | (Inherited from ExperimentSettings) |
Properties
CacheBeforeTrainer |
Whether AutoML should cache before ML.NET trainers. See WantCaching for more information on caching. (Inherited from ExperimentSettings) |
CacheDirectoryName |
This is the name of the directory where all models trained during the AutoML experiment will be saved.
If |
CancellationToken |
Cancellation token for the AutoML experiment. It propagates the notification that the experiment should be canceled. (Inherited from ExperimentSettings) |
MaxExperimentTimeInSeconds |
Maximum time in seconds the experiment is allowed to run. (Inherited from ExperimentSettings) |
MaximumMemoryUsageInMegaByte | (Inherited from ExperimentSettings) |
OptimizationMetricTruncationLevel |
Maximum truncation level for computing (N)DCG |
OptimizingMetric |
Metric that AutoML will try to optimize over the course of the experiment. |
Trainers |
Collection of trainers the AutoML experiment can leverage. |