Spaces:
Running
Running
File size: 340 Bytes
f381be8 | 1 2 3 4 5 6 7 8 9 10 11 12 | """
tests package
=============
Test and validation scripts for all models and components.
Modules
-------
- test_v2_models.py : Comprehensive v2 model validation (all 14 classical models)
Generates HTML/MD reports, visualizations, metrics
- test_predictions.py : Quick endpoint test on sample features
"""
|