mirror of
https://github.com/OWASP/www-project-ai-testing-guide.git
synced 2026-05-31 19:41:40 +02:00
Update AITG-MOD-06_Testing_for_Robustness_to_New_Data.md
This commit is contained in:
@@ -28,7 +28,7 @@ This test identifies vulnerabilities associated with the lack of robustness to n
|
||||
- **Periodically Retrain the Model**: Schedule regular retraining of the model on fresh data that includes recent production data. This ensures the model stays up-to-date with the latest data distributions.
|
||||
- **Domain Adaptation Techniques**: If you anticipate specific types of drift, use domain adaptation techniques during training to explicitly teach the model to be invariant to those changes.
|
||||
|
||||
### Suggested Tools for this Specific Test
|
||||
### Suggested Tools
|
||||
- **DeepChecks**: An open-source Python library for validating and testing ML models and data, with a strong focus on detecting data drift, corruption, and other issues.
|
||||
- Tool Link: [DeepChecks on GitHub](https://github.com/deepchecks/deepchecks)
|
||||
- **Evidently AI**: An open-source Python library for evaluating, testing, and monitoring ML models in production. It provides interactive reports on data drift and model performance.
|
||||
|
||||
Reference in New Issue
Block a user