MTLEARN Procedure
ODS Table Names
Each table that the MTLEARN procedure creates has a name associated with it, and you must use this name to refer to the table when you use ODS statements. The name of each table and a short description of its contents are listed in Table 3.
Table 3: ODS Tables Produced by PROC MTLEARN
| Table Name | Description | Statements | Option |
|---|---|---|---|
| BestConfiguration | Hyperparameters and objective function values for the best configuration | AUTOTUNE | Default |
| DescStats | Descriptive statistics for interval variables | INPUT and TARGET | LEVEL=INTERVAL |
| EvaluationHistory | Values of the hyperparameters and the objective function for all configurations | AUTOTUNE | Default |
| HyperparameterImportance | Relative importance of hyperparameters | AUTOTUNE | Default |
| IterationHistory | Tuner iteration history | AUTOTUNE | Default |
| ModelInfo | Model information | PROC MTLEARN | Default |
| NObs | Number of observations | PROC MTLEARN | Default |
| OptIterHistory | Iteration history | PROC MTLEARN | Default |
| OutputCASTables | See the section OutputCasTables Table | PROC MTLEARN | Default |
| TunerCasOutputTables | CAS tables created during tuning | AUTOTUNE | Default |
| TunerInfo | Setup values that are used by the tuner | AUTOTUNE | Default |
| TunerResults | Values of the hyperparameters, the objective function for the default configuration (iteration 0), and up to 10 best configurations found | AUTOTUNE | Default |
| TunerSummary | Statistics about the tuning process | AUTOTUNE | Default |
| TunerTiming | Total time spent on different tasks during tuning | AUTOTUNE | Default |
Last updated: August 06, 2026