Share via


ExperimentSettings.CacheBeforeTrainer Property

Definition

Whether AutoML should cache before ML.NET trainers. See WantCaching for more information on caching.

public Microsoft.ML.AutoML.CacheBeforeTrainer CacheBeforeTrainer { get; set; }
member this.CacheBeforeTrainer : Microsoft.ML.AutoML.CacheBeforeTrainer with get, set
Public Property CacheBeforeTrainer As CacheBeforeTrainer

Property Value

The default value is Auto.

Applies to