SlideShare a Scribd company logo
1 of 17
ecommerce Analytics
using BigQuery ML
Big Data and ML in practice
BigQuery ML
ML models by using SQL
BigQuery ML enables users to create
and execute machine learning models in
BigQuery by using SQL queries.
The goal is to democratize machine
learning by enabling SQL practitioners to
build models using their existing tools
and to increase development speed by
eliminating the need for data movement.
Goal
Website visitors
By interacting with the
website, users sessions
generate over 200 metrics,
stored for future analysis
Log sessions data
Data analyst team exports the
analytics logs for an
ecommerce website into
BigQuery.
Then creates a new table of all
the raw ecommerce visitor
session data for you to explore.
Prediction Model
Create a model using your
dataset.
Train your model, adjusting
various weights in the model so
that the model's predictions
match the true values.
Evaluate the performance of
the classifier against the actual
data. Use your model to predict
an outcome.
Build a model to predict whether a website visitor will make a transaction
Q&A with the dataset
Out of 250+ possible metrics,
Build unlimited, flexible and dynamic key metrics analytics backend
schemas for your ecommerce with BigQuery
#1
Out of the total visitors who
visited our website, what % made
a purchase?
2.69%
#2
What are the top 5 selling
products?
Top 5
Product name
Product
category
Nest USANest Nest
Nest Nest
Nest
#3
How many visitors bought on
subsequent visits to the website?
Later we’ll better analyze that to increase conversion rates and
reduce the outflow to competitor sites by better understanding
new visitors.
11873 or 1.6%
#4
How far the visitor got in the
checkout process on their first
visit?
Checkout_options
#5
How long visitor was on our
website ?
timeOnSite
#6
Geography of the users? Where
the visitor came from ?
geonetwork.country
#7
Which two fields are known after
a visitor's first session?
bounces, time_on_site
#tunning the model
Your team start to test whether these two fields are good inputs for your
classification model
What are the risks of only using the above two fields?
Training a model on just these two fields is a start, you will see if they're good enough to
produce an accurate model.
totals.bounces totals.timeOnSite
#1
Which fields are the model
features? What is the label?
bounces,time_on_site.
Looking at the initial data results,
do you think time_on_site and
bounces will be a good indicator
of whether the user will return and
purchase or not?
Low ROC(Receiver Operating
Characteristic), 0.73
#tunning the model
Increase the ROC
#feature engineering
To better understand the relationship between a visitor’s first session and
the likelihood that they will purchase on a subsequent visit
Let’s search and try more features
Goal
Improve predictive power of the model.
hits.eCommerceAction trafficSource device.deviceCategory geoNetwork.country
The key new feature added to the
training dataset query is the
maximum checkout progress
each visitor reached in their
session.
Higher ROC(Receiver Operating
Characteristic) of 0.92
#feature engineering
Which new visitor will come back
and make a purchase ?
Higher ROC(Receiver Operating
Characteristic) of 0.92
#feature engineering
ROC sweet spot

More Related Content

Similar to ecommerce analytics with BigQuery ML

MongoDB .local Chicago 2019: MongoDB – Powering the new age data demands
MongoDB .local Chicago 2019: MongoDB – Powering the new age data demandsMongoDB .local Chicago 2019: MongoDB – Powering the new age data demands
MongoDB .local Chicago 2019: MongoDB – Powering the new age data demandsMongoDB
 
Machine Learning and Remarketing
Machine Learning and RemarketingMachine Learning and Remarketing
Machine Learning and RemarketingClark Boyd
 
How to Scale and Grow your Enterprise Technical SEO Strategy
How to Scale and Grow your Enterprise Technical SEO StrategyHow to Scale and Grow your Enterprise Technical SEO Strategy
How to Scale and Grow your Enterprise Technical SEO StrategySearch Engine Journal
 
How to make Sitecore your growth platform?
How to make Sitecore your  growth platform?How to make Sitecore your  growth platform?
How to make Sitecore your growth platform?Ameex Technologies
 
Emvigo Data Visualization - E Commerce Deck
Emvigo Data Visualization - E Commerce DeckEmvigo Data Visualization - E Commerce Deck
Emvigo Data Visualization - E Commerce DeckEmvigo Technologies
 
Pruebas de rendimiento de Microsoft Dynamics NAV Whitepaper
Pruebas de rendimiento de Microsoft Dynamics NAV WhitepaperPruebas de rendimiento de Microsoft Dynamics NAV Whitepaper
Pruebas de rendimiento de Microsoft Dynamics NAV WhitepaperCLARA CAMPROVIN
 
Predictive Conversion Modeling - Lifting Web Analytics to the next level
Predictive Conversion Modeling - Lifting Web Analytics to the next levelPredictive Conversion Modeling - Lifting Web Analytics to the next level
Predictive Conversion Modeling - Lifting Web Analytics to the next levelPetri Mertanen
 
Using_machine_learning_to_improve_DR_forecasts_-_white_paper
Using_machine_learning_to_improve_DR_forecasts_-_white_paperUsing_machine_learning_to_improve_DR_forecasts_-_white_paper
Using_machine_learning_to_improve_DR_forecasts_-_white_paperTyler Byers
 
Taking The Guesswork Out Of Website Optimisation
Taking The Guesswork Out Of Website OptimisationTaking The Guesswork Out Of Website Optimisation
Taking The Guesswork Out Of Website OptimisationNathan Raward
 
Best of Web Analytics Guide
Best of Web Analytics GuideBest of Web Analytics Guide
Best of Web Analytics GuideShipra Malik
 
Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadBhawani N Prasad
 
Applying BigQuery ML on e-commerce data analytics
Applying BigQuery ML on e-commerce data analyticsApplying BigQuery ML on e-commerce data analytics
Applying BigQuery ML on e-commerce data analyticsMárton Kodok
 
SEO Audit Example And Website Review Proposal Template PowerPoint Presentatio...
SEO Audit Example And Website Review Proposal Template PowerPoint Presentatio...SEO Audit Example And Website Review Proposal Template PowerPoint Presentatio...
SEO Audit Example And Website Review Proposal Template PowerPoint Presentatio...SlideTeam
 
Web Metircs and KPI
Web Metircs and KPIWeb Metircs and KPI
Web Metircs and KPIShipra Malik
 
Time-to-Event Models, presented by DataSong and Revolution Analytics
Time-to-Event Models, presented by DataSong and Revolution AnalyticsTime-to-Event Models, presented by DataSong and Revolution Analytics
Time-to-Event Models, presented by DataSong and Revolution AnalyticsRevolution Analytics
 
CV_PurnimaBalla_WCS-Consultant_7Yrs
CV_PurnimaBalla_WCS-Consultant_7YrsCV_PurnimaBalla_WCS-Consultant_7Yrs
CV_PurnimaBalla_WCS-Consultant_7YrsPurnima Balla
 
AleezaPresentation on powerpoint and ppt
AleezaPresentation on powerpoint and pptAleezaPresentation on powerpoint and ppt
AleezaPresentation on powerpoint and pptalizazarnain786
 

Similar to ecommerce analytics with BigQuery ML (20)

MongoDB .local Chicago 2019: MongoDB – Powering the new age data demands
MongoDB .local Chicago 2019: MongoDB – Powering the new age data demandsMongoDB .local Chicago 2019: MongoDB – Powering the new age data demands
MongoDB .local Chicago 2019: MongoDB – Powering the new age data demands
 
Machine Learning and Remarketing
Machine Learning and RemarketingMachine Learning and Remarketing
Machine Learning and Remarketing
 
How to Scale and Grow your Enterprise Technical SEO Strategy
How to Scale and Grow your Enterprise Technical SEO StrategyHow to Scale and Grow your Enterprise Technical SEO Strategy
How to Scale and Grow your Enterprise Technical SEO Strategy
 
How to make Sitecore your growth platform?
How to make Sitecore your  growth platform?How to make Sitecore your  growth platform?
How to make Sitecore your growth platform?
 
Emvigo Data Visualization - E Commerce Deck
Emvigo Data Visualization - E Commerce DeckEmvigo Data Visualization - E Commerce Deck
Emvigo Data Visualization - E Commerce Deck
 
Pruebas de rendimiento de Microsoft Dynamics NAV Whitepaper
Pruebas de rendimiento de Microsoft Dynamics NAV WhitepaperPruebas de rendimiento de Microsoft Dynamics NAV Whitepaper
Pruebas de rendimiento de Microsoft Dynamics NAV Whitepaper
 
Predictive Conversion Modeling - Lifting Web Analytics to the next level
Predictive Conversion Modeling - Lifting Web Analytics to the next levelPredictive Conversion Modeling - Lifting Web Analytics to the next level
Predictive Conversion Modeling - Lifting Web Analytics to the next level
 
Using_machine_learning_to_improve_DR_forecasts_-_white_paper
Using_machine_learning_to_improve_DR_forecasts_-_white_paperUsing_machine_learning_to_improve_DR_forecasts_-_white_paper
Using_machine_learning_to_improve_DR_forecasts_-_white_paper
 
Taking The Guesswork Out Of Website Optimisation
Taking The Guesswork Out Of Website OptimisationTaking The Guesswork Out Of Website Optimisation
Taking The Guesswork Out Of Website Optimisation
 
GLAM COLLECTION.pptx
GLAM COLLECTION.pptxGLAM COLLECTION.pptx
GLAM COLLECTION.pptx
 
Best of Web Analytics Guide
Best of Web Analytics GuideBest of Web Analytics Guide
Best of Web Analytics Guide
 
Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasad
 
Applying BigQuery ML on e-commerce data analytics
Applying BigQuery ML on e-commerce data analyticsApplying BigQuery ML on e-commerce data analytics
Applying BigQuery ML on e-commerce data analytics
 
SEO Audit Example And Website Review Proposal Template PowerPoint Presentatio...
SEO Audit Example And Website Review Proposal Template PowerPoint Presentatio...SEO Audit Example And Website Review Proposal Template PowerPoint Presentatio...
SEO Audit Example And Website Review Proposal Template PowerPoint Presentatio...
 
Web Metircs and KPI
Web Metircs and KPIWeb Metircs and KPI
Web Metircs and KPI
 
Resume
ResumeResume
Resume
 
BikersPlanet.pptx
BikersPlanet.pptxBikersPlanet.pptx
BikersPlanet.pptx
 
Time-to-Event Models, presented by DataSong and Revolution Analytics
Time-to-Event Models, presented by DataSong and Revolution AnalyticsTime-to-Event Models, presented by DataSong and Revolution Analytics
Time-to-Event Models, presented by DataSong and Revolution Analytics
 
CV_PurnimaBalla_WCS-Consultant_7Yrs
CV_PurnimaBalla_WCS-Consultant_7YrsCV_PurnimaBalla_WCS-Consultant_7Yrs
CV_PurnimaBalla_WCS-Consultant_7Yrs
 
AleezaPresentation on powerpoint and ppt
AleezaPresentation on powerpoint and pptAleezaPresentation on powerpoint and ppt
AleezaPresentation on powerpoint and ppt
 

Recently uploaded

Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 

Recently uploaded (20)

Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 

ecommerce analytics with BigQuery ML

  • 1. ecommerce Analytics using BigQuery ML Big Data and ML in practice
  • 2. BigQuery ML ML models by using SQL BigQuery ML enables users to create and execute machine learning models in BigQuery by using SQL queries. The goal is to democratize machine learning by enabling SQL practitioners to build models using their existing tools and to increase development speed by eliminating the need for data movement.
  • 3. Goal Website visitors By interacting with the website, users sessions generate over 200 metrics, stored for future analysis Log sessions data Data analyst team exports the analytics logs for an ecommerce website into BigQuery. Then creates a new table of all the raw ecommerce visitor session data for you to explore. Prediction Model Create a model using your dataset. Train your model, adjusting various weights in the model so that the model's predictions match the true values. Evaluate the performance of the classifier against the actual data. Use your model to predict an outcome. Build a model to predict whether a website visitor will make a transaction
  • 4. Q&A with the dataset Out of 250+ possible metrics, Build unlimited, flexible and dynamic key metrics analytics backend schemas for your ecommerce with BigQuery
  • 5. #1 Out of the total visitors who visited our website, what % made a purchase? 2.69%
  • 6. #2 What are the top 5 selling products? Top 5 Product name Product category Nest USANest Nest Nest Nest Nest
  • 7. #3 How many visitors bought on subsequent visits to the website? Later we’ll better analyze that to increase conversion rates and reduce the outflow to competitor sites by better understanding new visitors. 11873 or 1.6%
  • 8. #4 How far the visitor got in the checkout process on their first visit? Checkout_options
  • 9. #5 How long visitor was on our website ? timeOnSite
  • 10. #6 Geography of the users? Where the visitor came from ? geonetwork.country
  • 11. #7 Which two fields are known after a visitor's first session? bounces, time_on_site
  • 12. #tunning the model Your team start to test whether these two fields are good inputs for your classification model What are the risks of only using the above two fields? Training a model on just these two fields is a start, you will see if they're good enough to produce an accurate model. totals.bounces totals.timeOnSite
  • 13. #1 Which fields are the model features? What is the label? bounces,time_on_site.
  • 14. Looking at the initial data results, do you think time_on_site and bounces will be a good indicator of whether the user will return and purchase or not? Low ROC(Receiver Operating Characteristic), 0.73 #tunning the model Increase the ROC
  • 15. #feature engineering To better understand the relationship between a visitor’s first session and the likelihood that they will purchase on a subsequent visit Let’s search and try more features Goal Improve predictive power of the model. hits.eCommerceAction trafficSource device.deviceCategory geoNetwork.country
  • 16. The key new feature added to the training dataset query is the maximum checkout progress each visitor reached in their session. Higher ROC(Receiver Operating Characteristic) of 0.92 #feature engineering
  • 17. Which new visitor will come back and make a purchase ? Higher ROC(Receiver Operating Characteristic) of 0.92 #feature engineering ROC sweet spot