advisory
advisory
¶
Advisory-stage data-quality checks. Errors here never gate dependents.
Classes:
| Name | Description |
|---|---|
SmallDatasetCheck |
Advise when the dataset is small but above the hard minimum. |
OversamplingCheck |
Flag extreme oversampling that risks overfitting. |
SmallDatasetCheck
¶
Bases: AdvisoryCheck
Advise when the dataset is small but above the hard minimum.
The hard floor lives in DatasetSizeCheck (DataFrame stage);
this check only emits an advisory warning between that floor and a
comfort threshold (min_rows_warning).