Enum BrowserMode
Controls when the model compiler browser is shown.
Namespace: Microsoft.ML.Probabilistic.Compiler
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public enum BrowserMode
Fields
| Name | Description |
|---|---|
| Always | Always show the browser |
| Never | Never show the browser |
| OnError | Show the browser only if an error occurs in compiling the model |
| WriteFiles | Like OnError but also write transform outputs to files |