Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 855 Bytes

File metadata and controls

38 lines (27 loc) · 855 Bytes

Epidemic Prediction Framework

General-purpose epidemic prediction framework with pluggable models, feature engineering, and automated evaluation pipelines.

Architecture

epidemic-prediction-framework/
  src/           # Core modules
  tests/         # Unit and integration tests
  config/        # Configuration files
  docs/          # Documentation

Modules

  • predictor_base: Core predictor base functionality
  • feature_engineer: Core feature engineer functionality
  • model_selector: Core model selector functionality
  • evaluator: Core evaluator functionality
  • forecast_runner: Core forecast runner functionality

Quick Start

pip install -r requirements.txt
python -m epidemic_prediction_framework.main

Testing

pytest tests/ -v

License

MIT License - see LICENSE for details.