From dade577dfdb7c63cd5722cd2a02bc807fd03984c Mon Sep 17 00:00:00 2001 From: Joaquin Date: Tue, 1 Jul 2025 09:08:04 +0200 Subject: [PATCH] created exposures --- .../ab_test_guest_journey_monitoring.ipynb | 0 exposures.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) rename ab_test_guest_journey_monitoring.ipynb => ab_testing/ab_test_guest_journey_monitoring.ipynb (100%) create mode 100644 exposures.yml diff --git a/ab_test_guest_journey_monitoring.ipynb b/ab_testing/ab_test_guest_journey_monitoring.ipynb similarity index 100% rename from ab_test_guest_journey_monitoring.ipynb rename to ab_testing/ab_test_guest_journey_monitoring.ipynb diff --git a/exposures.yml b/exposures.yml new file mode 100644 index 0000000..18eb91d --- /dev/null +++ b/exposures.yml @@ -0,0 +1,19 @@ +version: 2 + +exposures: + - name: ab_test_guest_journey_monitoring + label: AB Test Guest Journey Monitoring + type: notebook + maturity: medium + path: ab_testing/ab_test_guest_journey_monitoring.ipynb + description: | + + A jupyter notebook that monitors the guest journey for AB testing purposes. + It analyzes the impact of different guest journey variations on key metrics such as conversion rate, payment rate and guest revenue per guest journey. + + depends_on: + - ref('int_core__ab_test_monitoring_guest_journey') + + owner: + name: Joaquin Ossa + email: joaquin.ossa@superhog.com \ No newline at end of file