LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
morai/__init__.py
morai/version.py
morai.egg-info/PKG-INFO
morai.egg-info/SOURCES.txt
morai.egg-info/dependency_links.txt
morai.egg-info/entry_points.txt
morai.egg-info/requires.txt
morai.egg-info/top_level.txt
morai/dashboard/__init__.py
morai/dashboard/app.py
morai/dashboard/assets/github-mark-white.png
morai/dashboard/assets/github-mark.png
morai/dashboard/assets/manifest.json
morai/dashboard/assets/morai_192x192.png
morai/dashboard/assets/morai_logo.ico
morai/dashboard/assets/morai_logo.png
morai/dashboard/assets/style.css
morai/dashboard/components/__init__.py
morai/dashboard/components/dash_formats.py
morai/dashboard/components/sidebars.py
morai/dashboard/pages/__init__.py
morai/dashboard/pages/cdc.py
morai/dashboard/pages/experience.py
morai/dashboard/pages/explore.py
morai/dashboard/pages/input.py
morai/dashboard/pages/models.py
morai/dashboard/pages/tables.py
morai/dashboard/utils/__init__.py
morai/dashboard/utils/dashboard_helper.py
morai/experience/__init__.py
morai/experience/charters.py
morai/experience/credibility.py
morai/experience/eda.py
morai/experience/experience.py
morai/experience/tables.py
morai/experience/validators.py
morai/forecast/__init__.py
morai/forecast/constraint.py
morai/forecast/graduation.py
morai/forecast/metrics.py
morai/forecast/preprocessors.py
morai/integrations/__init__.py
morai/integrations/cdc.py
morai/integrations/hmd.py
morai/models/__init__.py
morai/models/core.py
morai/models/neural.py
morai/models/r.py
morai/utils/__init__.py
morai/utils/cli.py
morai/utils/config_helper.py
morai/utils/custom_logger.py
morai/utils/helpers.py
morai/utils/sql.py
tests/test_charters.py
tests/test_constrainer.py
tests/test_credibility.py
tests/test_experience.py
tests/test_graduation.py
tests/test_metrics.py
tests/test_models.py
tests/test_tables.py
tests/test_validators.py