-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
milad edited this page May 10, 2026
·
3 revisions
pip install sir-epidemicPython 3.8 or higher.
Run: pip install -e . from the project root.
streamlit run src/sir_simulator/user_interface/app.pyThe CLI automatically saves to simulation_output.csv. In the dashboard, click "Download CSV".
Yes! For parameter optimization, you can upload a CSV with 'day' and 'cases' columns.
The issue is fixed in v1.0.1. Update: pip install --upgrade sir-epidemic
Make sure all dependencies are installed:
pip install -r requirements.txtCheck the console for errors. Try running streamlit run src/sir_simulator/user_interface/app.py from the project root.
Yes! The parameter optimization module is designed to fit models to real-world data.
- Random Forest (default)
- XGBoost (if installed)
Yes! The scenario comparison module compares:
- Baseline (no intervention)
- Quarantine
- Vaccination
- Combined (quarantine + vaccination)
Check CONTRIBUTING.md
python run_all_tests.py
python -m unittest discover tests/securitypython -m buildEmail: miladvf2014@gmail.com See SECURITY.md
Still have questions? Open an issue