Metadata-Version: 2.1
Name: model-driven-inference-its
Version: 1.0.3
Summary: Interrupted time series wrapper code based on prophet and Poisson regression
Home-page: https://github.com/IBM/ITS-analysis-for-model-driven-inference
Author: IBM Research Africa
Project-URL: Bug Reports, https://github.com/IBM/ITS-analysis-for-model-driven-inference/issues
Project-URL: Source, https://github.com/IBM/ITS-analysis-for-model-driven-inference/
Keywords: Interrupted Time Series,Time Series,Policy Makers
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# ITS-analysis-for-model-driven-inference

Repository with the interrupted time series code based on prophet and Poisson regression.

This OSS project is aimed to provide codebase that allows a user to use two different Interrupted Time Series models sequentially. The codebase provides a generic source code that allows model driven inference for any generic model.

This projects allows a user to use their data in a specified format to perform interrupted time series, get summaries of their data via plots & metrics.

## User Guide

[Demo notebook](https://github.com/IBM/ITS-analysis-for-model-driven-inference/blob/main/demos/wrapper_ITS.ipynb)

## Documentation Website

[Full Documentation](https://ibm.github.io/ITS-analysis-for-model-driven-inference/index.html)
[Code Documentation](https://its-analysis-for-model-driven-inference.readthedocs.io/en/latest/index.html)
