SlideShare a Scribd company logo
1 of 58
Download to read offline
ENTERPRISE AI WITH DATAROBOT
WWW.DATAROBOT.COM
March 2021
ENTERPRISE AI WITH DATAROBOT 1
PREPARING THE FIFA DATASET
March 2021
ENTERPRISE AI WITH DATAROBOT 2
DATA PREPARATION USING DATA PREP (PAXATA)
 Import the dataset from the local file system or some data source
 Rename the dataset and provide tags to the imported dataset
 Remove features that are not relevant to model development
 Baseline the dataset by creating a version through saving the dataset
 Explore the dataset through creating a dataset profile, which will be stored as a separate file
March 2021
ENTERPRISE AI WITH DATAROBOT 3
March 2021
ENTERPRISE AI WITH DATAROBOT 4
March 2021
ENTERPRISE AI WITH DATAROBOT 5
March 2021
ENTERPRISE AI WITH DATAROBOT 6
March 2021
ENTERPRISE AI WITH DATAROBOT 7
March 2021
ENTERPRISE AI WITH DATAROBOT 8
March 2021
ENTERPRISE AI WITH DATAROBOT 9
March 2021
ENTERPRISE AI WITH DATAROBOT 10
March 2021
ENTERPRISE AI WITH DATAROBOT 11
March 2021
ENTERPRISE AI WITH DATAROBOT 12
WHAT NOT TO DO
 DataRobot will take care of performing featurization tasks
 Therefore, you do not need to perform the following
• Categorical variables encoding
• One-hot encoding
• Missing value imputation
 Dataset Profiles do not provide exactly the same statistics provided by pandas (e.g. unique, value counts, describe)
• Feature statistics are however provided within the Project page (e.g. using FILTER values)
March 2021
ENTERPRISE AI WITH DATAROBOT 13
BASIC DATA PRE-PROCESSING
March 2021
ENTERPRISE AI WITH DATAROBOT 14
DATA ENGINEERING THROUGH ESTABLISHING A PROJECT
 Create a project and select the imported dataset
 Explore the features using "FILTER values"
 Show value counts using "FILTER values"
 Split a value into two values using "COLUMN split" and separator string matching
 Remove leading space using "WHITESPACE trim leading and trailing"
 Remove text from a column that should be numeric only using "COLUMN find + replace"
 Change the type of the cleaned column using "CHANGE into ..." and "numeric"
March 2021
ENTERPRISE AI WITH DATAROBOT 15
March 2021
ENTERPRISE AI WITH DATAROBOT 16
March 2021
ENTERPRISE AI WITH DATAROBOT 17
March 2021
ENTERPRISE AI WITH DATAROBOT 18
March 2021
ENTERPRISE AI WITH DATAROBOT 19
March 2021
ENTERPRISE AI WITH DATAROBOT 20
March 2021
ENTERPRISE AI WITH DATAROBOT 21
March 2021
ENTERPRISE AI WITH DATAROBOT 22
March 2021
ENTERPRISE AI WITH DATAROBOT 23
March 2021
ENTERPRISE AI WITH DATAROBOT 24
March 2021
ENTERPRISE AI WITH DATAROBOT 25
March 2021
ENTERPRISE AI WITH DATAROBOT 26
March 2021
ENTERPRISE AI WITH DATAROBOT 27
March 2021
ENTERPRISE AI WITH DATAROBOT 28
March 2021
ENTERPRISE AI WITH DATAROBOT 29
March 2021
ENTERPRISE AI WITH DATAROBOT 30
March 2021
ENTERPRISE AI WITH DATAROBOT 31
PATTERN-BASED DATA PRE-PROCESSING
March 2021
ENTERPRISE AI WITH DATAROBOT 32
DATA ENGINEERING USING REGULAR EXPRESSION
 Extract data using "COLUMN split", regular expression, and capture mode
 Comprehend the specification for number, character, and repetition in regular expression
 Comprehend the use of brackets to extract data using a regular expression
 Remove redundant feature columns using "COLUMNS"
 Understand the impact of values with different units
March 2021
ENTERPRISE AI WITH DATAROBOT 33
March 2021
ENTERPRISE AI WITH DATAROBOT 34
March 2021
ENTERPRISE AI WITH DATAROBOT 35
([0-9]{1,3})[+][0-9]
part to be captured & output
number of repetition
March 2021
ENTERPRISE AI WITH DATAROBOT 36
March 2021
ENTERPRISE AI WITH DATAROBOT 37
March 2021
ENTERPRISE AI WITH DATAROBOT 38
March 2021
ENTERPRISE AI WITH DATAROBOT 39
March 2021
ENTERPRISE AI WITH DATAROBOT 40
€([0-9.]{1,6})([MK])
part to be captured & output
number of
repetition
March 2021
ENTERPRISE AI WITH DATAROBOT 41
March 2021
ENTERPRISE AI WITH DATAROBOT 42
March 2021
ENTERPRISE AI WITH DATAROBOT 43
([0-9])'([0-9]{1,2})
part to be captured & output
number of
repetition
FUNCTION-BASED DATA PRE-PROCESSING
March 2021
ENTERPRISE AI WITH DATAROBOT 44
DATA ENGINEERING USING COMPUTED FUNCTION
 Create a new column using simple computation over other columns
 Create a new column using multi-layer conditions over other columns
 Cross-examine conditions against computed values using "FILTER values"
 Cross-examine conditions against computed values using the list display of "FILTER values"
March 2021
ENTERPRISE AI WITH DATAROBOT 45
March 2021
ENTERPRISE AI WITH DATAROBOT 46
Height in FT = @Height ft@ + @Height in@ / 12
March 2021
ENTERPRISE AI WITH DATAROBOT 47
Release Final = IF(@Release Unit@ = "M", 1000000 * @Release Amt@, IF(@Release Unit@ = "K", 1000 * @Release Amt@, 0))
March 2021
ENTERPRISE AI WITH DATAROBOT 48
March 2021
ENTERPRISE AI WITH DATAROBOT 49
Value Final = IF(@Value Unit@ = "M", 1000000 * @Value Amt@, IF(@Value Unit@ = "K", 1000 * @Value Amt@, 0))
March 2021
ENTERPRISE AI WITH DATAROBOT 50
Wage Final = IF(@Wage Unit@ = "M", 1000000 * @Wage Amt@, IF(@Wage Unit@ = "K", 1000 * @Wage Amt@, 0))
March 2021
ENTERPRISE AI WITH DATAROBOT 51
DATA BASELINING
March 2021
ENTERPRISE AI WITH DATAROBOT 52
PUBLISHING & EXPORTING DATASET
 Publish current dataset as an AnswerSet to the Library for shared access
 Generate a dataset profile using the newly created AnswerSet
 Export the current dataset to the file system
March 2021
ENTERPRISE AI WITH DATAROBOT 53
March 2021
ENTERPRISE AI WITH DATAROBOT 54
March 2021
ENTERPRISE AI WITH DATAROBOT 55
March 2021
ENTERPRISE AI WITH DATAROBOT 56
March 2021
ENTERPRISE AI WITH DATAROBOT 57
March 2021
ENTERPRISE AI WITH DATAROBOT 58
Thank You

More Related Content

Similar to Enterprise AI with DataRobot

Basic Pivot Features In Collabion Charts For SharePoint
Basic Pivot Features In Collabion Charts For SharePointBasic Pivot Features In Collabion Charts For SharePoint
Basic Pivot Features In Collabion Charts For SharePointCollabion Technologies
 
Microsoft Access Database And C# Windows Forms Tutorial Visual Studio 2010
Microsoft Access Database And C# Windows Forms Tutorial Visual Studio 2010Microsoft Access Database And C# Windows Forms Tutorial Visual Studio 2010
Microsoft Access Database And C# Windows Forms Tutorial Visual Studio 2010mauricemuteti2015
 
systems labOnce the Application has started up and you are at the .docx
systems labOnce the Application has started up and you are at the .docxsystems labOnce the Application has started up and you are at the .docx
systems labOnce the Application has started up and you are at the .docxperryk1
 
Business Intelligence Technology Presentation
Business Intelligence Technology PresentationBusiness Intelligence Technology Presentation
Business Intelligence Technology PresentationJohn Paredes
 
on SQL Managment studio(For the following exercise, use the Week 5.pdf
on SQL Managment studio(For the following exercise, use the Week 5.pdfon SQL Managment studio(For the following exercise, use the Week 5.pdf
on SQL Managment studio(For the following exercise, use the Week 5.pdfformaxekochi
 
Differences in macros between catia v5 and catia v6 or 3dexperience
Differences in macros between catia v5 and catia v6 or 3dexperienceDifferences in macros between catia v5 and catia v6 or 3dexperience
Differences in macros between catia v5 and catia v6 or 3dexperienceFernando Petre
 
Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL. Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL. Anastasia Lubennikova
 
Towards Structural Version Control
Towards Structural Version ControlTowards Structural Version Control
Towards Structural Version ControlIan Wang
 
Streaming Updates through Complex Operations in Kafka Streams at Scale with V...
Streaming Updates through Complex Operations in Kafka Streams at Scale with V...Streaming Updates through Complex Operations in Kafka Streams at Scale with V...
Streaming Updates through Complex Operations in Kafka Streams at Scale with V...HostedbyConfluent
 
Reporting with cloud solutions from SAP
Reporting with cloud solutions from SAPReporting with cloud solutions from SAP
Reporting with cloud solutions from SAPAndreas Eißmann
 
Making attractive Big Data Diagrams
Making attractive Big Data DiagramsMaking attractive Big Data Diagrams
Making attractive Big Data DiagramsPeter Zvirinsky
 
Sas visual analytics Training
Sas visual analytics Training Sas visual analytics Training
Sas visual analytics Training bidwhm
 
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...Toradex
 

Similar to Enterprise AI with DataRobot (20)

Basic Pivot Features In Collabion Charts For SharePoint
Basic Pivot Features In Collabion Charts For SharePointBasic Pivot Features In Collabion Charts For SharePoint
Basic Pivot Features In Collabion Charts For SharePoint
 
ATLAS.ti_ManualWin.v9.pdf
ATLAS.ti_ManualWin.v9.pdfATLAS.ti_ManualWin.v9.pdf
ATLAS.ti_ManualWin.v9.pdf
 
Microsoft Access Database And C# Windows Forms Tutorial Visual Studio 2010
Microsoft Access Database And C# Windows Forms Tutorial Visual Studio 2010Microsoft Access Database And C# Windows Forms Tutorial Visual Studio 2010
Microsoft Access Database And C# Windows Forms Tutorial Visual Studio 2010
 
Precisely MapInfo Pro v2019 and Roadmap
Precisely MapInfo Pro v2019 and RoadmapPrecisely MapInfo Pro v2019 and Roadmap
Precisely MapInfo Pro v2019 and Roadmap
 
Apache Beam in Production
Apache Beam in ProductionApache Beam in Production
Apache Beam in Production
 
systems labOnce the Application has started up and you are at the .docx
systems labOnce the Application has started up and you are at the .docxsystems labOnce the Application has started up and you are at the .docx
systems labOnce the Application has started up and you are at the .docx
 
Business Intelligence Technology Presentation
Business Intelligence Technology PresentationBusiness Intelligence Technology Presentation
Business Intelligence Technology Presentation
 
on SQL Managment studio(For the following exercise, use the Week 5.pdf
on SQL Managment studio(For the following exercise, use the Week 5.pdfon SQL Managment studio(For the following exercise, use the Week 5.pdf
on SQL Managment studio(For the following exercise, use the Week 5.pdf
 
Differences in macros between catia v5 and catia v6 or 3dexperience
Differences in macros between catia v5 and catia v6 or 3dexperienceDifferences in macros between catia v5 and catia v6 or 3dexperience
Differences in macros between catia v5 and catia v6 or 3dexperience
 
Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL. Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL.
 
Towards Structural Version Control
Towards Structural Version ControlTowards Structural Version Control
Towards Structural Version Control
 
Streaming Updates through Complex Operations in Kafka Streams at Scale with V...
Streaming Updates through Complex Operations in Kafka Streams at Scale with V...Streaming Updates through Complex Operations in Kafka Streams at Scale with V...
Streaming Updates through Complex Operations in Kafka Streams at Scale with V...
 
Python training for beginners
Python training for beginnersPython training for beginners
Python training for beginners
 
Reporting with cloud solutions from SAP
Reporting with cloud solutions from SAPReporting with cloud solutions from SAP
Reporting with cloud solutions from SAP
 
Sq lite module9
Sq lite module9Sq lite module9
Sq lite module9
 
Create and Maintain COMPLEX HIERARCHIES easily
Create and Maintain COMPLEX HIERARCHIES easilyCreate and Maintain COMPLEX HIERARCHIES easily
Create and Maintain COMPLEX HIERARCHIES easily
 
Making attractive Big Data Diagrams
Making attractive Big Data DiagramsMaking attractive Big Data Diagrams
Making attractive Big Data Diagrams
 
Bis 245
Bis 245Bis 245
Bis 245
 
Sas visual analytics Training
Sas visual analytics Training Sas visual analytics Training
Sas visual analytics Training
 
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
 

More from Daniel Chan

Digital Marketing with Near
Digital Marketing with NearDigital Marketing with Near
Digital Marketing with NearDaniel Chan
 
Fairness and Ethics in A
Fairness and Ethics in AFairness and Ethics in A
Fairness and Ethics in ADaniel Chan
 
Machine Learning: Classification Concepts (Part 1)
Machine Learning: Classification Concepts (Part 1)Machine Learning: Classification Concepts (Part 1)
Machine Learning: Classification Concepts (Part 1)Daniel Chan
 
Hyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellHyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellDaniel Chan
 
Ethereum in a nutshell
Ethereum in a nutshellEthereum in a nutshell
Ethereum in a nutshellDaniel Chan
 
Bitcoin in a Nutshell
Bitcoin in a NutshellBitcoin in a Nutshell
Bitcoin in a NutshellDaniel Chan
 
Managing Mobile App Performance Through Geo-Performance Visibility
Managing Mobile App Performance Through Geo-Performance VisibilityManaging Mobile App Performance Through Geo-Performance Visibility
Managing Mobile App Performance Through Geo-Performance VisibilityDaniel Chan
 

More from Daniel Chan (7)

Digital Marketing with Near
Digital Marketing with NearDigital Marketing with Near
Digital Marketing with Near
 
Fairness and Ethics in A
Fairness and Ethics in AFairness and Ethics in A
Fairness and Ethics in A
 
Machine Learning: Classification Concepts (Part 1)
Machine Learning: Classification Concepts (Part 1)Machine Learning: Classification Concepts (Part 1)
Machine Learning: Classification Concepts (Part 1)
 
Hyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellHyperledger Fabric in a Nutshell
Hyperledger Fabric in a Nutshell
 
Ethereum in a nutshell
Ethereum in a nutshellEthereum in a nutshell
Ethereum in a nutshell
 
Bitcoin in a Nutshell
Bitcoin in a NutshellBitcoin in a Nutshell
Bitcoin in a Nutshell
 
Managing Mobile App Performance Through Geo-Performance Visibility
Managing Mobile App Performance Through Geo-Performance VisibilityManaging Mobile App Performance Through Geo-Performance Visibility
Managing Mobile App Performance Through Geo-Performance Visibility
 

Recently uploaded

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
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 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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)wesley chun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
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 AutomationSafe Software
 

Recently uploaded (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
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
 

Enterprise AI with DataRobot