utils.types.Environments
Arize enum to specify your model environment represented in the platform for further analysis and comparisons
Environment | SDK Environment | Description |
---|---|---|
Training |
| An environment used to develop and train ML models (data prep, data processing, and model tuning) |
Validation |
| An environment used to evaluate and fine-tune ML models before deployment (testing performance separate from training data) |
Production |
| An environment to deploy ML models and serve predictions |
Corpus |
| An environment used to send Corpus/Knowledge Base data to Arize. Learn more here. |
Code Example
Last updated