CacheBeforeTrainer Enum
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.
Whether AutoML should cache before ML.NET trainers. See WantCaching for more information on caching.
public enum CacheBeforeTrainer
type CacheBeforeTrainer =
Public Enum CacheBeforeTrainer
- Inheritance
-
CacheBeforeTrainer
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Dynamically determine whether to cache before each trainer. |
On | 1 | Always force caching on. |
Off | 2 | Always force caching off. |