.gitignore
LICENSE
README.md
conftest.py
requirements.txt
setup.cfg
setup.py
data/metrics.csv
data/poisson_testing_df.csv
data/prophet_testing_df.csv
data/wide_format_data.csv
demos/data_creation.ipynb
demos/wrapper_ITS.ipynb
docs/.buildinfo
docs/.nojekyll
docs/BaseITS.html
docs/BaseITS.rst
docs/Makefile
docs/conf.py
docs/developer_guide.html
docs/genindex.html
docs/index.html
docs/index.rst
docs/installation.html
docs/make.bat
docs/modules.html
docs/modules.rst
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/_build/doctrees/BaseITS.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/modules.doctree
docs/_build/html/.buildinfo
docs/_build/html/BaseITS.html
docs/_build/html/developer_guide.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/installation.html
docs/_build/html/modules.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/_modules/index.html
docs/_build/html/_modules/BaseITS/custom_transform.html
docs/_build/html/_modules/BaseITS/metrics.html
docs/_build/html/_modules/BaseITS/model_tuning.html
docs/_build/html/_modules/BaseITS/plotting.html
docs/_build/html/_modules/BaseITS/poisson_regression.html
docs/_build/html/_modules/BaseITS/pre_processing.html
docs/_build/html/_modules/BaseITS/prophet_model.html
docs/_build/html/_modules/BaseITS/utils.html
docs/_build/html/_modules/BaseITS/wrapper_class.html
docs/_build/html/_sources/BaseITS.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/modules.rst.txt
docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js
docs/_build/html/_static/basic.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-3.6.0.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/language_data.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sphinx_highlight.js
docs/_build/html/_static/underscore-1.13.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/css/badge_only.css
docs/_build/html/_static/css/theme.css
docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_build/html/_static/css/fonts/fontawesome-webfont.eot
docs/_build/html/_static/css/fonts/fontawesome-webfont.svg
docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf
docs/_build/html/_static/css/fonts/fontawesome-webfont.woff
docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2
docs/_build/html/_static/css/fonts/lato-bold-italic.woff
docs/_build/html/_static/css/fonts/lato-bold-italic.woff2
docs/_build/html/_static/css/fonts/lato-bold.woff
docs/_build/html/_static/css/fonts/lato-bold.woff2
docs/_build/html/_static/css/fonts/lato-normal-italic.woff
docs/_build/html/_static/css/fonts/lato-normal-italic.woff2
docs/_build/html/_static/css/fonts/lato-normal.woff
docs/_build/html/_static/css/fonts/lato-normal.woff2
docs/_build/html/_static/js/badge_only.js
docs/_build/html/_static/js/html5shiv-printshiv.min.js
docs/_build/html/_static/js/html5shiv.min.js
docs/_build/html/_static/js/theme.js
docs/_modules/index.html
docs/_modules/BaseITS/custom_transform.html
docs/_modules/BaseITS/metrics.html
docs/_modules/BaseITS/model_tuning.html
docs/_modules/BaseITS/plotting.html
docs/_modules/BaseITS/poisson_regression.html
docs/_modules/BaseITS/pre_processing.html
docs/_modules/BaseITS/prophet_model.html
docs/_modules/BaseITS/utils.html
docs/_modules/BaseITS/wrapper_class.html
docs/_sources/BaseITS.rst.txt
docs/_sources/index.rst.txt
docs/_sources/modules.rst.txt
docs/_static/_sphinx_javascript_frameworks_compat.js
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery-3.6.0.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/sphinx_highlight.js
docs/_static/underscore-1.13.1.js
docs/_static/underscore.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_static/css/fonts/fontawesome-webfont.eot
docs/_static/css/fonts/fontawesome-webfont.svg
docs/_static/css/fonts/fontawesome-webfont.ttf
docs/_static/css/fonts/fontawesome-webfont.woff
docs/_static/css/fonts/fontawesome-webfont.woff2
docs/_static/css/fonts/lato-bold-italic.woff
docs/_static/css/fonts/lato-bold-italic.woff2
docs/_static/css/fonts/lato-bold.woff
docs/_static/css/fonts/lato-bold.woff2
docs/_static/css/fonts/lato-normal-italic.woff
docs/_static/css/fonts/lato-normal-italic.woff2
docs/_static/css/fonts/lato-normal.woff
docs/_static/css/fonts/lato-normal.woff2
docs/_static/js/badge_only.js
docs/_static/js/html5shiv-printshiv.min.js
docs/_static/js/html5shiv.min.js
docs/_static/js/theme.js
src/BaseITS/__init__.py
src/BaseITS/custom_transform.py
src/BaseITS/metrics.py
src/BaseITS/model_tuning.py
src/BaseITS/plotting.py
src/BaseITS/poisson_regression.py
src/BaseITS/pre_processing.py
src/BaseITS/prophet_model.py
src/BaseITS/utils.py
src/BaseITS/wrapper_class.py
src/model_driven_inference_its.egg-info/PKG-INFO
src/model_driven_inference_its.egg-info/SOURCES.txt
src/model_driven_inference_its.egg-info/dependency_links.txt
src/model_driven_inference_its.egg-info/requires.txt
src/model_driven_inference_its.egg-info/top_level.txt
tests/BaseITS/test_custom_transformation.py
tests/BaseITS/test_metrics.py
tests/BaseITS/test_model_tuning.py
tests/BaseITS/test_plotting.py
tests/BaseITS/test_poisson_regression.py
tests/BaseITS/test_pre_processing.py
tests/BaseITS/test_prophet_class.py
tests/BaseITS/test_utils.py
tests/BaseITS/test_wrapper_class.py