agriflow-api / analysis /__init__.py
masterAAA123's picture
Space deploy v5: orphan snapshot of main, zero binary files
b81a86b
Raw
History Blame Contribute Delete
343 Bytes
"""
analysis/ — Price anomaly detection and statistical analysis for AgriFlow.
This package is intentionally dependency-light: numpy + stdlib csv only.
No pandas, no statsmodels, no sklearn. Results are interpretable by
construction — every flagged point shows the rolling median it deviated from
and the exact percentage deviation.
"""