7 lines
399 B
Plaintext
7 lines
399 B
Plaintext
---
|
|
description: Rules for implementing testing and validation procedures specific to chemistry applications.
|
|
globs: tests/**/*.py
|
|
---
|
|
- Implement unit tests for data processing functions and custom model components.
|
|
- Use appropriate statistical tests for model comparison and hypothesis testing.
|
|
- Implement validation protocols specific to chemistry (e.g., time-split validation for QSAR models). |