Skip to content

drkaushiksarkar/epidemic-prediction-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Research framework for autonomous early warning algorithms with self-tuning thresholds and agent-driven anomaly detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages