LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
do_attribution/__init__.py
do_attribution/base.py
do_attribution/compare.py
do_attribution/markov.py
do_attribution/reporting.py
do_attribution/shapley.py
do_attribution/temporal.py
do_attribution/temporal_diagnostics.py
do_attribution/temporal_markov.py
do_attribution/temporal_shapley.py
do_attribution/utils.py
do_attribution/visualization.py
do_attribution.egg-info/PKG-INFO
do_attribution.egg-info/SOURCES.txt
do_attribution.egg-info/dependency_links.txt
do_attribution.egg-info/requires.txt
do_attribution.egg-info/top_level.txt
examples/basic_markov.ipynb
examples/basic_shapley.ipynb
examples/ga4_attribution_journeys.csv
examples/side_by_side.ipynb
examples/temporal_markov.ipynb
examples/temporal_shapley.ipynb
examples/images/ga4_coalition_values.png
examples/images/ga4_markov_attribution.png
examples/images/ga4_markov_epoch_recommendation.png
examples/images/ga4_markov_removal_effects.png
examples/images/ga4_model_comparison.png
examples/images/ga4_shapley_attribution.png
examples/images/ga4_shapley_epoch_recommendation.png
examples/images/ga4_temporal_markov.png
examples/images/ga4_temporal_shapley.png
examples/images/ga4_transition_graph.png
tests/__init__.py
tests/conftest.py
tests/test_compare.py
tests/test_markov.py
tests/test_shapley.py
tests/test_temporal_diagnostics.py
tests/test_temporal_markov.py
tests/test_temporal_recommendation.py
tests/test_temporal_reporting.py
tests/test_temporal_shapley.py
tests/test_temporal_v2_mixed_freq.py
tests/test_to_dataframes.py
tests/test_utils.py
tests/test_visualization.py