ExperimentSettings.CacheDirectoryName Property

Definition

This is the name of the directory where all models trained during the AutoML experiment will be saved. If null, models will be kept in memory instead of written to disk. (Please note: for an experiment with high runtime operating on a large dataset, opting to keep models in memory could cause a system to run out of memory.)

public string CacheDirectoryName { get; set; }
member this.CacheDirectoryName : string with get, set
Public Property CacheDirectoryName As String

Property Value

The default value is the directory named "Microsoft.ML.AutoML" in the in the location specified by the TempFilePath.

Applies to