ExperimentSettings.CacheDirectoryName Property
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.
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.