πŸ” Integrate your testsΒΆ

Once you’ve created a test suite for a model, integrating it into existing workflows allow you to automate the testing and logging of your model quality. You will find a couple options on this page to do so.


πŸš€ Execute your test suite in your CI/CD pipeline

../../integrations/cicd/pipeline.ipynb

πŸƒ Evaluate & log with MLflow

../../integrations/mlflow/index.md

🐝 Evaluate & log with Weights & Biases

../../integrations/wandb/index.md

πŸ§ͺ Execute your test with pytest

../../integrations/pytest/index.md