SlideShare a Scribd company logo
1 of 53
Download to read offline
Making	Multimillion-Dollar						Decisions	
with	H2O	AutoML,	LIME	and	Shiny
Jo-fai	(Joe)	Chow
Data	Science	Evangelist	/
Community	Manager
joe@h2o.ai
@matlabulous
Download	→	https://bit.ly/
h2o_meetups
+ +
In	case	you’re	wondering…	final	project	result
$20Mtrade	2	weeks	prior	to	the	
season	beginning
About	this	talk
• Quick	Overview
• Business	problem
• Solution	and	result
• Details
• The	“Moneyball”	team
• Baseball	data	→	ML	problem
• H2O	AutoML,	LIME,	Shiny
You	will	learn	…
• How	to	frame	a	business	problem	
(e.g.	Moneyball)	for	machine	
learning.
• If	we	have	time	…
• How	to	use	H2O	AutoML	with	R	
interface.
• How	to	use	LIME	to	explain	H2O	
models.
3
About	Me
4
• Before	H2O
• Water	Engineer	/	EngD	Researcher	/	
Matlab	Fan	Boy
(wonder	why							@matlabulous?)
• Discovered	R,	Python,	H2O	…	
never	look	back	again
• Data	Scientist	at	Virgin	Media	(UK),	
Domino	Data	Lab	(US)
• At	H2O	…	
• Data	Scientist	/	Evangelist	/
• Sales	Engineer	/	Solution	Architect	/
• Community	Manager
…	The	harsh	reality	of	startup	life	…
• H2O	SWAG	Photographer
#AroundTheWorldWithH2Oai
Love	H2O?	Get	some	stickers!
Barcelona
Berlin
Brussels Paris
Milan	(2016)
Milan	(2018)
5
Reminder:	#360Selfie
Budapest
Cologne
ToulouseAmsterdam
BerlinLondon
About	H2O.ai …
Have	you	seen	Avengers:	Infinity	War?
Do	you	know	all	the	characters	in	the	movie?	(No	spoilers	- I	promise)
6
7
We	develop	
machine	learning	platforms
Founded 2012, Series C in Nov, 2017
Products • Driverless AI – Automated Machine Learning
• H2O Open Source Machine Learning
• Sparkling Water
Mission Democratize AI. Do Good
Team ~100 employees
• Distributed Systems Engineers doing Machine Learning
• World-class visualization designers
Offices Mountain View, London, Prague
8
Company	Overview
H2O Products
In-Memory, Distributed
Machine Learning Algorithms
with H2O Flow GUI
H2O AI Open Source Engine
Integration with Spark
Lightning Fast machine
learning on GPUs
Automatic feature
engineering, machine
learning and interpretability
Secure multi-tenant H2O clusters
CONFIDENTIAL
CONFIDENTIAL
Worldwide	Recognition	in	the	H2O.ai	Community
Financial InsuranceMarketingHW
Vendors
Retail Advisory &
Accounting
Healthcare
“H2O.ai's	reference	customers	gave	it	the	highest	overall	score	for	sales	
relationship	and	overall	service	and	support”	- Gartner	MQ	2018
Open	Source	
Community Paying	Customers
Gartner names H2O as Leader with the most completeness of vision
• H2O.ai recognized as a technology
leader with most completeness of
vision
• H2O.ai was recognized for the
mindshare, partner network and
status as a quasi-industry standard
for machine learning and AI.
• H2O customers gave the highest
overall score among all the vendors
for sales relationship and account
management, customer support
(onboarding, troubleshooting, etc.)
and overall service and support.
Platforms with H2O integration
H2O + KNIME Talk
at KNIME Summit
Mar 2017
Moneyball:
The	Multimillion-Dollar	
Business	Problem
The	quest	to	find	the	most	undervalued	baseball	players
(before	other	teams	notice	them)
13
Source:	Moneyball,	2011	Columbia	Pictures
The	Real	Business	Problem	in	Major	League	
Baseball	(MLB)
14
• Existing	Forecasts	(e.g.	ESPN)	
are	usually	projections	for	
the	next	year	only.
• MLB	players	usually	consider	
terms	for	3	to	5	years	when	
they	sign	a	new	contract.
• MLB	teams	need	to	consider	
players’	long-term	
performance	(i.e.	>	1	year)
+ +
Data	Scientist	@	H2O.ai
Jo-Fai	Chow
The	Moneyball	Team
Mr.	Moneyball	@	Aginity
Ari	Kaplan
PM	@	IBM	Data	Science
David	Kearns
Our	Solution
16
• Open	data	– Lahman	Database.
• Proprietary	data	from	Ari	Kaplan	– our	real	
Moneyball	guy.
• Enriched	Lahman	data	with	Ari’s	Data
• Framed	data	for	machine	learning.
• Used	H2O	AutoML	to	make	predictions	for	
next	three	years.
From	Toy	Demo
to	Real	Moneyball
• March	19	– AutoML	Predictions	finalized.	
Initial	presentation	in	Excel.
• March	20	– Version	1	of	Shiny	app.	Ari	
used	the	app	to	validate	some	players	he	
had	in	mind	and	recommended	one	
player	to	his	team.
• March	21	– Multimillion-dollar	contract	
finalized.
• March	22	– Moneyball	presentation	at	
IBM	Think
17
Live	Demo
18
Green:	Predictions	based
on		Lahman	only
Orange:	Predictions	based
on		AriDB	+	Lahman
More	Details
• Moneyball	team
• How	to	frame	the	Moneyball	problem	for	automatic	machine	learning
• Tools:	H2O	AutoML,	LIME,	Shiny	…
19
Ari	Kaplan	– the	Real	Moneyball
20
• The	real	characters	in	the	movie	(Billy	
Beane	and	Paul	DePodesta)	did	not	
want	to	work	with	Hollywood.
• The	filmmaker	interviewed	Ari	instead	
and	created	the	Paul	character	based	
on	Ari’s	real-life	story.
• Ari	happens	to	work	at	Aginity	so	we	
have	a	real	”Moneyball”	for	this	
project.
A	Proof-of-Concept	Demo	for	
IBM	Think	Conference	Talk
21
Framing	the	Business	Problem
for	Machine	Learning
Code	on	GitHub	(without	Ari’s	proprietary	data)
https://github.com/woobe/moneyball
22
23
Lahman Data
24
Player’s	information
Player’s	past	performance	(batting	in	this	case)
Lahman Data Framed as a ML problem Player
Attributes
One	of	the	Targets
Past	
Performance
Sliding
Windows
+
Other
Stats
Training
Validation
Forecast
No	data.	Used	2017	value.	Not	perfect	(a	quick	hack).
Approach One: Learning from Lahman only
Lahman: Age, Height, Weight …
Historical Performance Stats
Home Runs
Batting Average
…
Predictions
H2O AutoML:
Learn the Pattern
Sliding Windows (Stats from previous n years)
About 300 Lahman Features
26
Approach Two: Learning from Lahman & AriDB
Lahman: Age, Height, Weight …
Historical Performance Stats
Home Runs
Batting Average
…
Predictions
H2O AutoML:
Learn the Pattern
Sliding Windows (Stats from previous n years)
About 300 Lahman Features +
200 AriDB Features
AriDB: Fastball, curveball,
slider, velocity …
27
H2O	AutoML	and	LIME
Materials	for	eRum	Workshop
28
29
…	and	mlbench for	datasets
About	H2O	AutoML
30
Automatic	Machine	Learning	with	H2O
http://docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html
31H2O	Team
Erin	LeDell Navdeep	Gill
H2O	AutoML
Supervised	Learning
• Generalized	Linear	Models:	Binomial,	
Gaussian,	Gamma,	Poisson	and	Tweedie
• Naïve	Bayes	
Statistical	
Analysis
Ensembles
• Distributed	Random	Forest:	Classification	
or	regression	models
• Gradient	Boosting	Machine:	Produces	an	
ensemble	of	decision	trees	with	increasing	
refined	approximations
Deep	Neural	
Networks
• Deep	learning:	Create	multi-layer	feed	
forward	neural	networks	starting	with	an	
input	layer	followed	by	multiple	layers	of	
nonlinear	transformations
H2O-3	Algorithms	Overview
Unsupervised	Learning
• K-means:	Partitions	observations	into	k	
clusters/groups	of	the	same	spatial	size.	
Automatically	detect	optimal	k
Clustering
Dimensionality	
Reduction
• Principal	Component	Analysis:	Linearly	transforms	
correlated	variables	to	independent	components
• Generalized	Low	Rank	Models:	extend	the	idea	of	
PCA	to	handle	arbitrary	data	consisting	of	numerical,	
Boolean,	categorical,	and	missing	data
Anomaly	
Detection
• Autoencoders:	Find	outliers	using	a	
nonlinear	dimensionality	reduction	using	
deep	learning
32
33
34
AutoML
Supervised	Learning
• Generalized	Linear	Models:	Binomial,	
Gaussian,	Gamma,	Poisson	and	Tweedie
• Naïve	Bayes	
Statistical	
Analysis
Ensembles
• Distributed	Random	Forest:	Classification	
or	regression	models
• Gradient	Boosting	Machine:	Produces	an	
ensemble	of	decision	trees	with	increasing	
refined	approximations
Deep	Neural	
Networks
• Deep	learning:	Create	multi-layer	feed	
forward	neural	networks	starting	with	an	
input	layer	followed	by	multiple	layers	of	
nonlinear	transformations
H2O-3	Algorithms	in	AutoML
Unsupervised	Learning
• K-means:	Partitions	observations	into	k	
clusters/groups	of	the	same	spatial	size.	
Automatically	detect	optimal	k
Clustering
Dimensionality	
Reduction
• Principal	Component	Analysis:	Linearly	transforms	
correlated	variables	to	independent	components
• Generalized	Low	Rank	Models:	extend	the	idea	of	
PCA	to	handle	arbitrary	data	consisting	of	numerical,	
Boolean,	categorical,	and	missing	data
Anomaly	
Detection
• Autoencoders:	Find	outliers	using	a	
nonlinear	dimensionality	reduction	using	
deep	learning
35
AutoML	Code
36
AutoML	Results
37
About	Machine	Learning	
Interpretability
38
LIME	(Local	Interpretable	Model-Agnostic	Explanations)
…	and	more
Acknowledgement
39
Why	Should	I	Trust	Your	Model?
40
41
Age
Age
Propensity	to	PurchasePropensity	to	Purchase
Linear	Models
Machine	Learning
Exact	explanations	for	
approximate	models.
Lost	profits.
Wasted	marketing.
“For	a	one	unit	increase	in	age,	propensity	to	
purchase	increases	by	3%	on	average.”
Approximate	explanations	
for	exact	models.
Slope	begins	to	decrease	
here.	Act	to	optimize	
savings.
Slope	begins	to	increase	
here	sharply.	Act	to	
optimize	profits.
Theory
• LIME	approximates	model	locally	
as	logistic	or	linear	model
• Repeats	process	many	times
• Outputs	features	that	are	most	
important	to	local	models
Outcome
• Approximate	reasoning
• Complex	models	can	be	
interpreted
• Neural	nets,	Random	Forest,	
Ensembles	etc.
43
Local	Interpretable	Model-Agnostic	Explanations
LIME - How	does	it	work?
44
From	my	eRum	workshop	– see	bit.ly/joe_eRum_2018
Live	Demo	(again)
45
Green:	Predictions	based
on		Lahman	only
Orange:	Predictions	based
on		AriDB	+	Lahman
Other	H2O	News
46
H2O Products
In-Memory, Distributed
Machine Learning Algorithms
with H2O Flow GUI
H2O AI Open Source Engine
Integration with Spark
Lightning Fast machine
learning on GPUs
Automatic feature
engineering, machine
learning and interpretability
Secure multi-tenant H2O clusters
Lightning Fast machine
learning on GPUs
“Confidential	and	property	of	H2O.ai.	All	rights	reserved”
Supervised Learning
• Generalized Linear Models: Binomial,
Gaussian, Gamma, Poisson and
Tweedie
• Naïve Bayes
Statistical
Analysis
Ensembles
• Distributed Random Forest:
Classification or regression models
• Gradient Boosting Machine: Produces
an ensemble of decision trees with
increasing refined approximations
Deep Neural
Networks
• Deep learning: Create multi-layer feed
forward neural networks starting with
an input layer followed by multiple
layers of nonlinear transformations
Algorithms on H2O-3 (CPU)
Unsupervised Learning
• K-means: Partitions observations into
k clusters/groups of the same spatial
size. Automatically detect optimal k
Clustering
Dimensionality
Reduction
• Principal Component Analysis: Linearly
transforms correlated variables to independent
components
• Generalized Low Rank Models: extend the idea of
PCA to handle arbitrary data consisting of
numerical, Boolean, categorical, and missing
data
Anomaly
Detection
• Autoencoders: Find outliers using a
nonlinear dimensionality reduction
using deep learning
“Confidential	and	property	of	H2O.ai.	All	rights	reserved”
Supervised Learning
• Generalized Linear Models: Binomial,
Gaussian, Gamma, Poisson and
Tweedie
• Naïve Bayes
Statistical
Analysis
Ensembles
• Distributed Random Forest:
Classification or regression models
• Gradient Boosting Machine: Produces
an ensemble of decision trees with
increasing refined approximations
Deep Neural
Networks
• Deep learning: Create multi-layer feed
forward neural networks starting with
an input layer followed by multiple
layers of nonlinear transformations
Algorithms on H2O4GPU (more to come)
Unsupervised Learning
• K-means: Partitions observations into
k clusters/groups of the same spatial
size. Automatically detect optimal k
Clustering
Dimensionality
Reduction
• Principal Component Analysis: Linearly
transforms correlated variables to independent
components
• Generalized Low Rank Models: extend the idea of
PCA to handle arbitrary data consisting of
numerical, Boolean, categorical, and missing
data
Anomaly
Detection
• Autoencoders: Find outliers using a
nonlinear dimensionality reduction
using deep learning
50
https://github.com/h2oai/h2o4gpu
51
blog.h2o.ai
Coming	Up
52
Date City Talk /	Workshop
25 June Milan H2O	+	LIME	Workshop
28	June Rome H2O	Intro	+	Use	Cases
Mid-July London Next	London	Meetup	(T.B.C.)
Mid-Oct London H2O	World	London
13-14	Nov London
Big Data	LDN
Keynote	by	Sri	(CEO)	+	Meetup
• Organisers	&	Sponsors
• Simone	Scardapane
• Gabriele	Nocco
• Sourcesense
53
Thanks!
• Code,	Slides	&	Documents
• bit.ly/h2o_meetups
• bit.ly/joe_eRum_2018
• docs.h2o.ai
• Contact
• joe@h2o.ai
• @matlabulous
• github.com/woobe
• Please	search/ask	questions	on	
Stack	Overflow
• Use	the	tag	`h2o`	(not	h2	zero)

More Related Content

Similar to Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny (Rome Edition)

Similar to Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny (Rome Edition) (20)

Transform your Business with AI, Deep Learning and Machine Learning
Transform your Business with AI, Deep Learning and Machine LearningTransform your Business with AI, Deep Learning and Machine Learning
Transform your Business with AI, Deep Learning and Machine Learning
 
Introduction google+
Introduction google+Introduction google+
Introduction google+
 
Automatic and Interpretable Machine Learning in R with H2O and LIME
Automatic and Interpretable Machine Learning in R with H2O and LIMEAutomatic and Interpretable Machine Learning in R with H2O and LIME
Automatic and Interpretable Machine Learning in R with H2O and LIME
 
Automatic and Interpretable Machine Learning in R with H2O and LIME
Automatic and Interpretable Machine Learning in R with H2O and LIMEAutomatic and Interpretable Machine Learning in R with H2O and LIME
Automatic and Interpretable Machine Learning in R with H2O and LIME
 
Doing Things That Don't Scale - Counter intuitive marketing for startups...
Doing Things That Don't Scale - Counter intuitive marketing for startups...Doing Things That Don't Scale - Counter intuitive marketing for startups...
Doing Things That Don't Scale - Counter intuitive marketing for startups...
 
Introduction google+
Introduction google+Introduction google+
Introduction google+
 
The Epic Pivot: Heroku's Story
The Epic Pivot: Heroku's StoryThe Epic Pivot: Heroku's Story
The Epic Pivot: Heroku's Story
 
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
 
PreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan KeynotePreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan Keynote
 
Make Money From Social Networks | Ralf Ahamer, Xing | iStrategy, Berlin
Make Money From Social Networks | Ralf Ahamer, Xing | iStrategy, BerlinMake Money From Social Networks | Ralf Ahamer, Xing | iStrategy, Berlin
Make Money From Social Networks | Ralf Ahamer, Xing | iStrategy, Berlin
 
IT Quiz 2014
IT Quiz 2014IT Quiz 2014
IT Quiz 2014
 
Wingify story
Wingify storyWingify story
Wingify story
 
Search Different | Understanding Apple's "New" Search Engine
Search Different | Understanding Apple's "New" Search EngineSearch Different | Understanding Apple's "New" Search Engine
Search Different | Understanding Apple's "New" Search Engine
 
Denmark 20190418 v5
Denmark 20190418 v5Denmark 20190418 v5
Denmark 20190418 v5
 
Why Just Making Great Games Is Not Enough | Anders Lykke
Why Just Making Great Games Is Not Enough | Anders LykkeWhy Just Making Great Games Is Not Enough | Anders Lykke
Why Just Making Great Games Is Not Enough | Anders Lykke
 
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application EditionAD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
 
Botline Bling
Botline BlingBotline Bling
Botline Bling
 
Product Managers: Treat Your Strategy as a Product
Product Managers: Treat Your Strategy as a ProductProduct Managers: Treat Your Strategy as a Product
Product Managers: Treat Your Strategy as a Product
 
Search Different Understanding Apple's New Search Engine State of Search 2016
Search Different   Understanding Apple's New Search Engine State of Search 2016Search Different   Understanding Apple's New Search Engine State of Search 2016
Search Different Understanding Apple's New Search Engine State of Search 2016
 
IoT Business in Japan
IoT Business in JapanIoT Business in Japan
IoT Business in Japan
 

More from Sri Ambati

More from Sri Ambati (20)

H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Generative AI Masterclass - Model Risk Management.pptx
Generative AI Masterclass - Model Risk Management.pptxGenerative AI Masterclass - Model Risk Management.pptx
Generative AI Masterclass - Model Risk Management.pptx
 
AI and the Future of Software Development: A Sneak Peek
AI and the Future of Software Development: A Sneak Peek AI and the Future of Software Development: A Sneak Peek
AI and the Future of Software Development: A Sneak Peek
 
LLMOps: Match report from the top of the 5th
LLMOps: Match report from the top of the 5thLLMOps: Match report from the top of the 5th
LLMOps: Match report from the top of the 5th
 
Building, Evaluating, and Optimizing your RAG App for Production
Building, Evaluating, and Optimizing your RAG App for ProductionBuilding, Evaluating, and Optimizing your RAG App for Production
Building, Evaluating, and Optimizing your RAG App for Production
 
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...Building LLM Solutions using Open Source and Closed Source Solutions in Coher...
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...
 
Risk Management for LLMs
Risk Management for LLMsRisk Management for LLMs
Risk Management for LLMs
 
Open-Source AI: Community is the Way
Open-Source AI: Community is the WayOpen-Source AI: Community is the Way
Open-Source AI: Community is the Way
 
Building Custom GenAI Apps at H2O
Building Custom GenAI Apps at H2OBuilding Custom GenAI Apps at H2O
Building Custom GenAI Apps at H2O
 
Applied Gen AI for the Finance Vertical
Applied Gen AI for the Finance Vertical Applied Gen AI for the Finance Vertical
Applied Gen AI for the Finance Vertical
 
Cutting Edge Tricks from LLM Papers
Cutting Edge Tricks from LLM PapersCutting Edge Tricks from LLM Papers
Cutting Edge Tricks from LLM Papers
 
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...
 
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...
 
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...
 
LLM Interpretability
LLM Interpretability LLM Interpretability
LLM Interpretability
 
Never Reply to an Email Again
Never Reply to an Email AgainNever Reply to an Email Again
Never Reply to an Email Again
 
Introducción al Aprendizaje Automatico con H2O-3 (1)
Introducción al Aprendizaje Automatico con H2O-3 (1)Introducción al Aprendizaje Automatico con H2O-3 (1)
Introducción al Aprendizaje Automatico con H2O-3 (1)
 
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
 
AI Foundations Course Module 1 - Shifting to the Next Step in Your AI Transfo...
AI Foundations Course Module 1 - Shifting to the Next Step in Your AI Transfo...AI Foundations Course Module 1 - Shifting to the Next Step in Your AI Transfo...
AI Foundations Course Module 1 - Shifting to the Next Step in Your AI Transfo...
 
AI Foundations Course Module 1 - An AI Transformation Journey
AI Foundations Course Module 1 - An AI Transformation JourneyAI Foundations Course Module 1 - An AI Transformation Journey
AI Foundations Course Module 1 - An AI Transformation Journey
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

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
 
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...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
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
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
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
 
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
 
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)
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny (Rome Edition)