Machine Learniong Operations
Tightly managed engineering processes and activities focused on graduating ML models from development and testing into production, followed by continuous monitoring and improvement.Pipeline Model Ingestion¶
Machine Learning pipelines transform data before training or inference. It's important not to confuse this type of pipeline with
MLOps
pipelines that automate machine learning workflows.The following ML pipeline models are supported by TruEra:
- Pipelines providing splits and models with a transform
- sklearn Pipeline Models
Click a link above for the respective guidance.
Click Next below to continue.