SlideShare a Scribd company logo
1 of 15
Binary classification
Binaryclassificationuseshistorical datatopredictwhethernew datafallsintoone of twocategories.
You can use these insightstodevelopactionable intelligence foryourbusiness.
In thislab,we will buildandtraina binaryclassificationmodel. We will alsoreview the level of influence
of the selectedcriteria. Finally,we will make amodel-drivenapplicationto review thisdataprediction.
The data usedhere will helpuspredictonlineshopperintentions. We have detailsof ashopper’ssite
visitaswell asif thatvisitresultedinasale (revenue). Once we have the predictioninformation,we can
use that to helpguide marketingplans,websiteupdates,promotional communications,andmore.
Note: If you are buildingthe firstmodel inanenvironment,clickonExplore Templatestogetstarted.
Exercise 1
In the firstexercise youwillbuildandtrainyourmodel.
1. From the leftnavigation,expandAIBuilderandselectBuild.
2. SelectBinaryClassification.
3. Name yourmodel. Because youare workingina sharedenvironmentmake sure toinclude your
name as part of the model name. Thiswill make iteasiertofindlater. Clickcreate.
4. Your screenshouldlooklike the followingimage.
5. Notice the progressindicatoronthe left.
6. You will see Quicktipsonthe right.
7. In the centerwe will buildourmodel. Clickinthe EntityfieldandselectOnline Shopper
Intention. Thisisacustomentitythat collectsthe datawe are storingregardingthe online
shopper’svisittooursite.
8. From the selectedentitywe willnow see availablebinaryfieldsforprediction. The onlyfields
we will see here are of type “Twooption.” SelectRevenue.ClickNext.
9. The nextscreenwill showusavailable fieldsonthe entity. Eachfieldselectedwill be evaluated
by the model forthe fieldsinfluence onthe endresult. Bydefault,all fieldswill be selected,do
not remove anyfields. ClickNext.
10. Notice our progress indicatorhasmovedtothe nextitem. ClickTrain.
11. Your Binary Classificationmodel will now train. Goto Models.
12. Locate andopenyour savedmodel. If youneedhelpfindingit,type yourname intothe search
box.
13. Aftereachtraining,AI Builderusesthe testdatasetto evaluate the qualityandaccuracyof the
newmodel.A summarypage foryour model showsyourmodel trainingresult,includinga
Performance score.The score we have is 65% and we shouldexpectittochange overtime. And
now we can viewsome detailsaboutourtrainedmodel. ClickonView Details.
14. Our detailsreportwill show the datainfluencersandhow muchinfluencethatdatahas on our
predictionmodel. Close the details.
15. Publishyourmodel. Once publishedthe datawill getscored,andscoringwill happendailyfora
publishedmodel.
About that score:
Performance score calculations
AI Buildercalculatesthe performance score foryourmodel basedonthe precisionandrecall of the
predictionresults:
Performance score: Thisis the harmonicmeanof precisionandrecall.Itbalancesbothfor an
imbalancedclassdistribution.Performance score valuesare between0 - 100. Generally,the higherthe
performance score,the betteryourmodel performs.
Precision:The fractionof correct predictionsamongall the positive predictions.
Recall: The fractionof correct predictionsamongall true positive cases.
Exercise 2
We will make asmall model drivenapplicationtoview the data. Thisapproachallowsusa quicklookat
the data. You couldalsomake a canvasapp that allowsuserstointeractwiththe data froma mobile
device.
For thepurposesof this lab,we havetaken someshortcutsin the interest of time.
In general,you should alwaysbeworking in a specific solution,you should rename
items with smartnamesforbetter teamdevelopmentand more. A full lesson on
customization and solution strategy isbeyond thescopeof theselabs. However,
Microsofthasmany learning choicesavailable. Please askyourinstructorif you’d
like moreinformation.
1. In yourPowerAppsmakerportal,fromthe leftside navigation,navigatetoAppsandselectCreate
an app and selectModel-driven.
2. If this isyourfirsttime connectingtoa canvas app inthisenvironment,youmightbe promptedto
choose yourregion. Selectthe default.
3. Give yourapp a name,remembertoinclude yourownname aspart of it. Leave all otheroptionsas
theyare andclick Done.
4. You shouldsee somethinglikethe image below.
5. We will nowaddouronline shopperintention entitytothe site map. Clickthe editicononthe Site
Map.
6. Withfocus seton the Areagive the area a name such as Online ShopperIntentions. Selectand
name the Group as well.
7. Withthe NewSubareaselected selectType of EntityandOnline ShopperIntentionasthe entity.
Leave otherfieldsasdefaults.
8. Save your Site Map and go backto the AppDesigner.
9. You shouldnowsee the assetsneededforthe OnlineShopperIntentionentityare includedinour
model-drivenapp.
10. Let’sadd a viewtoour app so we can bettersee the predictiondata. ClickonViewsandthenCreate
New.
11. If promptedwithunsavedchanges,youcandismiss byclickingOK (assumingyou’ve followedour
stepsso far!).
12. ClickColumnAttributesPrimaryEntity.
13. Drag and drop the followingfieldstothe view: revenue-predicted(modelname);revenue-
probability(modelname);andrevenue.
Note:You will see fields added forthemodelsof all of thestudentsworking in the same
environment,lookfortheoneswith yourmodelnamein thefield name.
14. Adjustcolumnwidthstomake themwiderandeasiertoview. With the columnselected,increase
the widthusingthe optionsonthe rightside of the view designer.
15. Save your view,remembertoinclude yourname aspart of the view name.
16. Returnto AppDesigner. Save yourappand publishit.
17. Playyour app.
18. You shouldnowbe inyour newmodel-drivenapp. Selectthe view youjustcreated.
19. Viewthe data. You can see the predictionscore,andthe predictionthatfollows. Withthis
informationyoucancreate automationsuchas a flow that wouldtrigger basedona customer’s
expectedrevenueandsenddiscountemailstocustomerslikelytocompleteapurchase. Creating
such automationisbeyondthe scope of thisworkshop.

More Related Content

Similar to AI Builder - Binary Classification

UNDERSTANDING THE APPLICABILITY OF LINEAR & NON-LINEAR MODELS USING A CASE-BA...
UNDERSTANDING THE APPLICABILITY OF LINEAR & NON-LINEAR MODELS USING A CASE-BA...UNDERSTANDING THE APPLICABILITY OF LINEAR & NON-LINEAR MODELS USING A CASE-BA...
UNDERSTANDING THE APPLICABILITY OF LINEAR & NON-LINEAR MODELS USING A CASE-BA...
ijaia
 
Screening of Mental Health in Adolescents using ML.pptx
Screening of Mental Health in Adolescents using ML.pptxScreening of Mental Health in Adolescents using ML.pptx
Screening of Mental Health in Adolescents using ML.pptx
NitishChoudhary23
 

Similar to AI Builder - Binary Classification (20)

AI Builder - Object Detection
AI Builder - Object DetectionAI Builder - Object Detection
AI Builder - Object Detection
 
Nss power point_machine_learning
Nss power point_machine_learningNss power point_machine_learning
Nss power point_machine_learning
 
AI Builder - Text Classification
AI Builder - Text ClassificationAI Builder - Text Classification
AI Builder - Text Classification
 
Machine Learning.pptx
Machine Learning.pptxMachine Learning.pptx
Machine Learning.pptx
 
Understanding Mahout classification documentation
Understanding Mahout  classification documentationUnderstanding Mahout  classification documentation
Understanding Mahout classification documentation
 
Managing machine learning
Managing machine learningManaging machine learning
Managing machine learning
 
Eckovation Machine Learning
Eckovation Machine LearningEckovation Machine Learning
Eckovation Machine Learning
 
Andrew NG machine learning
Andrew NG machine learningAndrew NG machine learning
Andrew NG machine learning
 
Internship PPT.ppsx
Internship PPT.ppsxInternship PPT.ppsx
Internship PPT.ppsx
 
Neural network
Neural networkNeural network
Neural network
 
IRJET- Machine Learning: Survey, Types and Challenges
IRJET- Machine Learning: Survey, Types and ChallengesIRJET- Machine Learning: Survey, Types and Challenges
IRJET- Machine Learning: Survey, Types and Challenges
 
The 7 Key Steps To Build Your Machine Learning Model
The 7 Key Steps To Build Your Machine Learning ModelThe 7 Key Steps To Build Your Machine Learning Model
The 7 Key Steps To Build Your Machine Learning Model
 
Course 2 Machine Learning Data LifeCycle in Production - Week 1
Course 2   Machine Learning Data LifeCycle in Production - Week 1Course 2   Machine Learning Data LifeCycle in Production - Week 1
Course 2 Machine Learning Data LifeCycle in Production - Week 1
 
detailed Presentation on supervised learning
 detailed Presentation on supervised learning detailed Presentation on supervised learning
detailed Presentation on supervised learning
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learning
 
End-to-End Machine Learning Project
End-to-End Machine Learning ProjectEnd-to-End Machine Learning Project
End-to-End Machine Learning Project
 
UNDERSTANDING THE APPLICABILITY OF LINEAR & NON-LINEAR MODELS USING A CASE-BA...
UNDERSTANDING THE APPLICABILITY OF LINEAR & NON-LINEAR MODELS USING A CASE-BA...UNDERSTANDING THE APPLICABILITY OF LINEAR & NON-LINEAR MODELS USING A CASE-BA...
UNDERSTANDING THE APPLICABILITY OF LINEAR & NON-LINEAR MODELS USING A CASE-BA...
 
2024-02-24_Session 1 - PMLE_UPDATED.pptx
2024-02-24_Session 1 - PMLE_UPDATED.pptx2024-02-24_Session 1 - PMLE_UPDATED.pptx
2024-02-24_Session 1 - PMLE_UPDATED.pptx
 
Screening of Mental Health in Adolescents using ML.pptx
Screening of Mental Health in Adolescents using ML.pptxScreening of Mental Health in Adolescents using ML.pptx
Screening of Mental Health in Adolescents using ML.pptx
 
Popular Machine Learning Myths
Popular Machine Learning Myths Popular Machine Learning Myths
Popular Machine Learning Myths
 

More from Cheah Eng Soon

More from Cheah Eng Soon (20)

Microsoft Defender for Endpoint
Microsoft Defender for EndpointMicrosoft Defender for Endpoint
Microsoft Defender for Endpoint
 
Azure Active Directory - Secure and Govern
Azure Active Directory - Secure and GovernAzure Active Directory - Secure and Govern
Azure Active Directory - Secure and Govern
 
Microsoft Zero Trust
Microsoft Zero TrustMicrosoft Zero Trust
Microsoft Zero Trust
 
MEM for OnPrem Environments
MEM for OnPrem EnvironmentsMEM for OnPrem Environments
MEM for OnPrem Environments
 
Microsoft Threat Protection Automated Incident Response
Microsoft Threat Protection Automated Incident Response Microsoft Threat Protection Automated Incident Response
Microsoft Threat Protection Automated Incident Response
 
Azure Penetration Testing
Azure Penetration TestingAzure Penetration Testing
Azure Penetration Testing
 
Azure Penetration Testing
Azure Penetration TestingAzure Penetration Testing
Azure Penetration Testing
 
Penetration Testing Azure for Ethical Hackers
Penetration Testing Azure for Ethical HackersPenetration Testing Azure for Ethical Hackers
Penetration Testing Azure for Ethical Hackers
 
Microsoft Threat Protection Automated Incident Response Demo
Microsoft Threat Protection Automated Incident Response DemoMicrosoft Threat Protection Automated Incident Response Demo
Microsoft Threat Protection Automated Incident Response Demo
 
Microsoft Secure Score Demo
Microsoft Secure Score DemoMicrosoft Secure Score Demo
Microsoft Secure Score Demo
 
Microsoft Cloud App Security Demo
Microsoft Cloud App Security DemoMicrosoft Cloud App Security Demo
Microsoft Cloud App Security Demo
 
M365 Attack Simulation Demo
M365 Attack Simulation DemoM365 Attack Simulation Demo
M365 Attack Simulation Demo
 
Cloud Security Demo
Cloud Security DemoCloud Security Demo
Cloud Security Demo
 
Azure Active Directory - External Identities Demo
Azure Active Directory - External Identities Demo Azure Active Directory - External Identities Demo
Azure Active Directory - External Identities Demo
 
Azure WAF
Azure WAFAzure WAF
Azure WAF
 
Azure Weekend 2020 Build Malaysia Bus Uncle Chatbot
Azure Weekend 2020 Build Malaysia Bus Uncle ChatbotAzure Weekend 2020 Build Malaysia Bus Uncle Chatbot
Azure Weekend 2020 Build Malaysia Bus Uncle Chatbot
 
Microsoft Azure的20大常见安全漏洞与配置错误
Microsoft Azure的20大常见安全漏洞与配置错误Microsoft Azure的20大常见安全漏洞与配置错误
Microsoft Azure的20大常见安全漏洞与配置错误
 
20 common security vulnerabilities and misconfiguration in Azure
20 common security vulnerabilities and misconfiguration in Azure20 common security vulnerabilities and misconfiguration in Azure
20 common security vulnerabilities and misconfiguration in Azure
 
Integrate Microsoft Graph with Azure Bot Services
Integrate Microsoft Graph with Azure Bot ServicesIntegrate Microsoft Graph with Azure Bot Services
Integrate Microsoft Graph with Azure Bot Services
 
Azure Sentinel with Office 365
Azure Sentinel with Office 365Azure Sentinel with Office 365
Azure Sentinel with Office 365
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 

AI Builder - Binary Classification

  • 1. Binary classification Binaryclassificationuseshistorical datatopredictwhethernew datafallsintoone of twocategories. You can use these insightstodevelopactionable intelligence foryourbusiness. In thislab,we will buildandtraina binaryclassificationmodel. We will alsoreview the level of influence of the selectedcriteria. Finally,we will make amodel-drivenapplicationto review thisdataprediction. The data usedhere will helpuspredictonlineshopperintentions. We have detailsof ashopper’ssite visitaswell asif thatvisitresultedinasale (revenue). Once we have the predictioninformation,we can use that to helpguide marketingplans,websiteupdates,promotional communications,andmore. Note: If you are buildingthe firstmodel inanenvironment,clickonExplore Templatestogetstarted. Exercise 1 In the firstexercise youwillbuildandtrainyourmodel. 1. From the leftnavigation,expandAIBuilderandselectBuild.
  • 2. 2. SelectBinaryClassification. 3. Name yourmodel. Because youare workingina sharedenvironmentmake sure toinclude your name as part of the model name. Thiswill make iteasiertofindlater. Clickcreate.
  • 3. 4. Your screenshouldlooklike the followingimage. 5. Notice the progressindicatoronthe left.
  • 4. 6. You will see Quicktipsonthe right. 7. In the centerwe will buildourmodel. Clickinthe EntityfieldandselectOnline Shopper Intention. Thisisacustomentitythat collectsthe datawe are storingregardingthe online shopper’svisittooursite.
  • 5. 8. From the selectedentitywe willnow see availablebinaryfieldsforprediction. The onlyfields we will see here are of type “Twooption.” SelectRevenue.ClickNext. 9. The nextscreenwill showusavailable fieldsonthe entity. Eachfieldselectedwill be evaluated by the model forthe fieldsinfluence onthe endresult. Bydefault,all fieldswill be selected,do not remove anyfields. ClickNext. 10. Notice our progress indicatorhasmovedtothe nextitem. ClickTrain.
  • 6. 11. Your Binary Classificationmodel will now train. Goto Models. 12. Locate andopenyour savedmodel. If youneedhelpfindingit,type yourname intothe search box. 13. Aftereachtraining,AI Builderusesthe testdatasetto evaluate the qualityandaccuracyof the newmodel.A summarypage foryour model showsyourmodel trainingresult,includinga Performance score.The score we have is 65% and we shouldexpectittochange overtime. And now we can viewsome detailsaboutourtrainedmodel. ClickonView Details.
  • 7. 14. Our detailsreportwill show the datainfluencersandhow muchinfluencethatdatahas on our predictionmodel. Close the details. 15. Publishyourmodel. Once publishedthe datawill getscored,andscoringwill happendailyfora publishedmodel.
  • 8. About that score: Performance score calculations AI Buildercalculatesthe performance score foryourmodel basedonthe precisionandrecall of the predictionresults: Performance score: Thisis the harmonicmeanof precisionandrecall.Itbalancesbothfor an imbalancedclassdistribution.Performance score valuesare between0 - 100. Generally,the higherthe performance score,the betteryourmodel performs. Precision:The fractionof correct predictionsamongall the positive predictions. Recall: The fractionof correct predictionsamongall true positive cases. Exercise 2 We will make asmall model drivenapplicationtoview the data. Thisapproachallowsusa quicklookat the data. You couldalsomake a canvasapp that allowsuserstointeractwiththe data froma mobile device. For thepurposesof this lab,we havetaken someshortcutsin the interest of time. In general,you should alwaysbeworking in a specific solution,you should rename items with smartnamesforbetter teamdevelopmentand more. A full lesson on customization and solution strategy isbeyond thescopeof theselabs. However, Microsofthasmany learning choicesavailable. Please askyourinstructorif you’d like moreinformation. 1. In yourPowerAppsmakerportal,fromthe leftside navigation,navigatetoAppsandselectCreate an app and selectModel-driven.
  • 9. 2. If this isyourfirsttime connectingtoa canvas app inthisenvironment,youmightbe promptedto choose yourregion. Selectthe default. 3. Give yourapp a name,remembertoinclude yourownname aspart of it. Leave all otheroptionsas theyare andclick Done. 4. You shouldsee somethinglikethe image below.
  • 10. 5. We will nowaddouronline shopperintention entitytothe site map. Clickthe editicononthe Site Map. 6. Withfocus seton the Areagive the area a name such as Online ShopperIntentions. Selectand name the Group as well.
  • 11. 7. Withthe NewSubareaselected selectType of EntityandOnline ShopperIntentionasthe entity. Leave otherfieldsasdefaults. 8. Save your Site Map and go backto the AppDesigner. 9. You shouldnowsee the assetsneededforthe OnlineShopperIntentionentityare includedinour model-drivenapp. 10. Let’sadd a viewtoour app so we can bettersee the predictiondata. ClickonViewsandthenCreate New.
  • 12. 11. If promptedwithunsavedchanges,youcandismiss byclickingOK (assumingyou’ve followedour stepsso far!). 12. ClickColumnAttributesPrimaryEntity. 13. Drag and drop the followingfieldstothe view: revenue-predicted(modelname);revenue- probability(modelname);andrevenue. Note:You will see fields added forthemodelsof all of thestudentsworking in the same environment,lookfortheoneswith yourmodelnamein thefield name.
  • 13. 14. Adjustcolumnwidthstomake themwiderandeasiertoview. With the columnselected,increase the widthusingthe optionsonthe rightside of the view designer. 15. Save your view,remembertoinclude yourname aspart of the view name.
  • 14. 16. Returnto AppDesigner. Save yourappand publishit. 17. Playyour app. 18. You shouldnowbe inyour newmodel-drivenapp. Selectthe view youjustcreated.
  • 15. 19. Viewthe data. You can see the predictionscore,andthe predictionthatfollows. Withthis informationyoucancreate automationsuchas a flow that wouldtrigger basedona customer’s expectedrevenueandsenddiscountemailstocustomerslikelytocompleteapurchase. Creating such automationisbeyondthe scope of thisworkshop.