General-purpose epidemic prediction framework with pluggable models, feature engineering, and automated evaluation pipelines.
epidemic-prediction-framework/
src/ # Core modules
tests/ # Unit and integration tests
config/ # Configuration files
docs/ # Documentation
- 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
pip install -r requirements.txt
python -m epidemic_prediction_framework.mainpytest tests/ -vMIT License - see LICENSE for details.