From the course: SQL for AI Projects: From Data Exploration to Impact
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Value measurement - SQL Tutorial
From the course: SQL for AI Projects: From Data Exploration to Impact
Value measurement
- [Narrator] Once we've implemented an AI solution, the next step is to measure whether it made a difference. In this section, we'll explore how to design experiments, calculate uplift, and use statistical testing to validate the results all using SQL. To assess performance, we'll examine sales, visits, and interaction data across the experiment period from Jan to March 2026. We'll calculate simple metrics like total sales and incremental uplift, and apply statistical tests to assess significance. We'll also compare A/B split testing with sequential or year over year comparisons to see which approach fits best. When measuring impact, we focus on two main categories. First, sales metrics. These include total sales volumes and amounts broken down by tour products over time. And second, uplift metrics. How much additional activity we observed during the experiment when we compare to a baseline or control…
Contents
-
-
-
-
(Locked)
Natural language processing 1014m 47s
-
(Locked)
Define the problem2m 54s
-
(Locked)
Data validation and cleaning1m 7s
-
(Locked)
Getting Started with your Coding Environment1m 50s
-
(Locked)
Cleaning HTML Text for NLP with SQL (DuckDB REGEXP_REPLACE)2m 33s
-
(Locked)
Data transformation3m 25s
-
(Locked)
Transforming Text Data in SQL: Tokenization and more2m 19s
-
(Locked)
Value measurement2m 28s
-
(Locked)
A/B Testing in SQL: Conversion Rates and more2m 17s
-
(Locked)
-
-
-