SlideShare a Scribd company logo
1 of 26
Download to read offline
The	Making	of	a	Real-World	Moneyball
Finding	Undervalued	Players	with	H2O,	LIME	and	Shiny
Jo-fai	(Joe)	Chow
Data	Science	Evangelist	/
Community	Manager
joe@h2o.ai
@matlabulous
More	Info	→	https://bit.ly/
h2o_meetups
About	Me
2
• 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	…
eRum	2018
Budapest
satRday
Amsterdam Reminder:	#360Selfie
In	case	you’re	wondering	…	final	project	result
3
led	to	the	signing	of	a	
Major	League	Baseball	(MLB)	player
$20Mmulti-year	contract
finalised	two	weeks
before	the	regular	season
Moneyball:
The	Multimillion-Dollar	
Business	Problem
The	quest	to	find	the	most	undervalued	players
(before	other	teams	notice	them)
4
Source:	Moneyball,	2011	Columbia	Pictures
The	Real	Business	Problem	in	Major	League	
Baseball	(MLB)
5
• 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).
The	Moneyball	Team
6
PM	@	IBM	Data	Science
David	Kearns
Data	Scientist	@	H2O.ai
Jo-Fai	Chow
Mr.	Moneyball	@	Aginity
Ari	Kaplan
Baseball	Player	Performance	Data
7
• Open	data	– Lahman Database.
• Proprietary	data	(AriDB)	from	Ari	
Kaplan	– our	real	Moneyball	guy.
• Enriched	Lahman	data	with	Ari’s	
Data	– Final	dataset	for	predictive	
modelling
8
Attribute Description
playerID Player	ID	code
yearID Year	player	was	born
G Games
AB At	Bats
R Runs
H Hits
2B Doubles
3B Tripples
HR Homeruns
SO Strike	Outs
IBB Intentional	Walks
SF Sacrifice	flies
Lahman	Database
http://www.seanlahman.com/baseball-archive/statistics/
Ari’s	Database	
• Private	database	containing	5	years	of	data
• Pitch-by-pitch	play	for	each	MLB	game:
• Pitch	type,	top	speed,	end	speed,	spin	rate,	
x,	y,	z	coordinates,	batter	result	etc.
Attribute Description
Pitch_Type Two - character	code	of	type	of	pitch.	FF=fastball,	
CU=curveball,	SL=slider,	etc.
Spin_rate Spin	of	the	pitch	in	rotations	per	minute.	 One	of	the	
top	fields	for	a	feature...the	theory	is	the	more	spin	
the	harder	it	is	to	hit.
Start_speed The	velocity	of	the	pitch	in	mph	(when	it	leaves	the	 hand,	which	is	the	
measure	used	for	tv).
End_speed The	velocity	of	the	pitch	when	it	arrives	at	the	plate
Z0 Feet	off	the	ground	when	the	pitch	is	released.	
Spray_x When	ball	is	hit	into	play,	this	is	the	x - coordinate	of	where	it	is	hit/picked	
up	by	a	fielder
Spray_y When	ball	is	hit	into	play,	this	is	the	y - coordinate	of	where	it	is	hit/picked	
up	by	a	fielder
Spray_des Classification	of	type	of	hit:	pop	out,	flyout,	groundout,	hit,	error
Predictive	Modelling	– H2O	AutoML
9
• Framed	data	as	regression	
problems	for	performance	
prediction.
• Historical	player	performance	as	
features.
• Used	H2O	AutoML	to	build	
ensembles	(linear	model,	random	
forests,	gradient	boosting,	and	
deep	neural	networks).
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
10
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 …
11
Predictive	Modelling	– H2O	AutoML
12
One	of	Many	Targets
(e.g.	Home	Runs,	Batting	Average)
Predictive	Modelling	– H2O	AutoML
13
Results	from	models	based	on
Lahman	data	only
Results	from	models	based	on	
final	dataset	(Lahman	+	AriDB)
Historical	player	
performance	data
Predictive	Modelling	– H2O	AutoML
14
Training
Validation
(2016	&	2017)
Predictions
2018	- 2020
Explaining	the	Predictions
LIME	– Local	Interpretable	Model-agnostic	Explanations
15
• Approximate	reasoning	of	
complex	ML	models	
(ensembles).
• Most	important	attributes	and	
their	contributions	to	the	
predictions.
• Ari	validated	the	models	with	
his	30+	years	of	baseball	
domain	knowledge.
• He	trusted	the	models.
Putting	Everything	Together	–
Moneyball	Shiny	App
16
Live	Demo
17
18
If	you	want	to	hear	the	Moneyball	story	from	Ari	
and	David	…
19
29th &	30th Oct,	London
More	real-
world	use	cases	
+
All	H2O	Kaggle	
Grandmasters
+
Hands-on	
Training
• More	Info,	Code,	and	Slides
• bit.ly/
h2o_meetups
• Contact
• joe@h2o.ai
• @matlabulous
• github.com/woobe
20
Thanks!
Appendix
21
22
More	Info	→	github.com/woobe/
moneyball
Lahman Data
23
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).
H2O	AutoML	Code
25
H2O	AutoML	Results
26

More Related Content

Similar to The Making of a Real-World Moneyball Application - Finding Undervalued Players with H2O AutoML, LIME and Shiny by Joe Chow, Data Science Evangelist & Community Manager at H2O.ai

PreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan KeynotePreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan Keynote500 Startups
 
Introduction google+
Introduction google+Introduction google+
Introduction google+SOCIAL.INC
 
Social Games In Japan 2013: Status Quo, Trends And Internationalization
Social Games In Japan 2013: Status Quo, Trends And InternationalizationSocial Games In Japan 2013: Status Quo, Trends And Internationalization
Social Games In Japan 2013: Status Quo, Trends And InternationalizationDr. Serkan Toto
 
Introduction google+
Introduction google+Introduction google+
Introduction google+Edwin Res
 

Similar to The Making of a Real-World Moneyball Application - Finding Undervalued Players with H2O AutoML, LIME and Shiny by Joe Chow, Data Science Evangelist & Community Manager at H2O.ai (6)

PreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan KeynotePreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan Keynote
 
Introduction google+
Introduction google+Introduction google+
Introduction google+
 
Social Games In Japan 2013: Status Quo, Trends And Internationalization
Social Games In Japan 2013: Status Quo, Trends And InternationalizationSocial Games In Japan 2013: Status Quo, Trends And Internationalization
Social Games In Japan 2013: Status Quo, Trends And Internationalization
 
Introduction google+
Introduction google+Introduction google+
Introduction google+
 
Infopresse cgt-english-final
Infopresse cgt-english-finalInfopresse cgt-english-final
Infopresse cgt-english-final
 
Danielle james leon
Danielle james leonDanielle james leon
Danielle james leon
 

More from Paris Women in Machine Learning and Data Science

More from Paris Women in Machine Learning and Data Science (20)

Managing international tech teams, by Natasha Dimban
Managing international tech teams, by Natasha DimbanManaging international tech teams, by Natasha Dimban
Managing international tech teams, by Natasha Dimban
 
Optimizing GenAI apps, by N. El Mawass and Maria Knorps
Optimizing GenAI apps, by N. El Mawass and Maria KnorpsOptimizing GenAI apps, by N. El Mawass and Maria Knorps
Optimizing GenAI apps, by N. El Mawass and Maria Knorps
 
Perspectives, by M. Pannegeon
Perspectives, by M. PannegeonPerspectives, by M. Pannegeon
Perspectives, by M. Pannegeon
 
Evaluation strategies for dealing with partially labelled or unlabelled data
Evaluation strategies for dealing with partially labelled or unlabelled dataEvaluation strategies for dealing with partially labelled or unlabelled data
Evaluation strategies for dealing with partially labelled or unlabelled data
 
Combinatorial Optimisation with Policy Adaptation using latent Space Search, ...
Combinatorial Optimisation with Policy Adaptation using latent Space Search, ...Combinatorial Optimisation with Policy Adaptation using latent Space Search, ...
Combinatorial Optimisation with Policy Adaptation using latent Space Search, ...
 
An age-old question, by Caroline Jean-Pierre
An age-old question, by Caroline Jean-PierreAn age-old question, by Caroline Jean-Pierre
An age-old question, by Caroline Jean-Pierre
 
Applying Churn Prediction Approaches to the Telecom Industry, by Joëlle Lautré
Applying Churn Prediction Approaches to the Telecom Industry, by Joëlle LautréApplying Churn Prediction Approaches to the Telecom Industry, by Joëlle Lautré
Applying Churn Prediction Approaches to the Telecom Industry, by Joëlle Lautré
 
How to supervise a thesis in NLP in the ChatGPT era? By Laure Soulier
How to supervise a thesis in NLP in the ChatGPT era? By Laure SoulierHow to supervise a thesis in NLP in the ChatGPT era? By Laure Soulier
How to supervise a thesis in NLP in the ChatGPT era? By Laure Soulier
 
Global Ambitions Local Realities, by Anna Abreu
Global Ambitions Local Realities, by Anna AbreuGlobal Ambitions Local Realities, by Anna Abreu
Global Ambitions Local Realities, by Anna Abreu
 
Plug-and-Play methods for inverse problems in imagine, by Julie Delon
Plug-and-Play methods for inverse problems in imagine, by Julie DelonPlug-and-Play methods for inverse problems in imagine, by Julie Delon
Plug-and-Play methods for inverse problems in imagine, by Julie Delon
 
Sales Forecasting as a Data Product by Francesca Iannuzzi
Sales Forecasting as a Data Product by Francesca IannuzziSales Forecasting as a Data Product by Francesca Iannuzzi
Sales Forecasting as a Data Product by Francesca Iannuzzi
 
Identifying and mitigating bias in machine learning, by Ruta Binkyte
Identifying and mitigating bias in machine learning, by Ruta BinkyteIdentifying and mitigating bias in machine learning, by Ruta Binkyte
Identifying and mitigating bias in machine learning, by Ruta Binkyte
 
“Turning your ML algorithms into full web apps in no time with Python" by Mar...
“Turning your ML algorithms into full web apps in no time with Python" by Mar...“Turning your ML algorithms into full web apps in no time with Python" by Mar...
“Turning your ML algorithms into full web apps in no time with Python" by Mar...
 
Nature Language Processing for proteins by Amélie Héliou, Software Engineer @...
Nature Language Processing for proteins by Amélie Héliou, Software Engineer @...Nature Language Processing for proteins by Amélie Héliou, Software Engineer @...
Nature Language Processing for proteins by Amélie Héliou, Software Engineer @...
 
Sandrine Henry presents the BechdelAI project
Sandrine Henry presents the BechdelAI projectSandrine Henry presents the BechdelAI project
Sandrine Henry presents the BechdelAI project
 
Anastasiia Tryputen_War in Ukraine or how extraordinary courage reshapes geop...
Anastasiia Tryputen_War in Ukraine or how extraordinary courage reshapes geop...Anastasiia Tryputen_War in Ukraine or how extraordinary courage reshapes geop...
Anastasiia Tryputen_War in Ukraine or how extraordinary courage reshapes geop...
 
Khrystyna Grynko WiMLDS - From marketing to Tech.pdf
Khrystyna Grynko WiMLDS - From marketing to Tech.pdfKhrystyna Grynko WiMLDS - From marketing to Tech.pdf
Khrystyna Grynko WiMLDS - From marketing to Tech.pdf
 
Iana Iatsun_ML in production_20Dec2022.pdf
Iana Iatsun_ML in production_20Dec2022.pdfIana Iatsun_ML in production_20Dec2022.pdf
Iana Iatsun_ML in production_20Dec2022.pdf
 
41 WiMLDS Kyiv Paris Poznan.pdf
41 WiMLDS Kyiv Paris Poznan.pdf41 WiMLDS Kyiv Paris Poznan.pdf
41 WiMLDS Kyiv Paris Poznan.pdf
 
Emergency plan to secure winter: what are the measures set up by RTE?
Emergency plan to secure winter: what are the measures set up by RTE?Emergency plan to secure winter: what are the measures set up by RTE?
Emergency plan to secure winter: what are the measures set up by RTE?
 

Recently uploaded

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

The Making of a Real-World Moneyball Application - Finding Undervalued Players with H2O AutoML, LIME and Shiny by Joe Chow, Data Science Evangelist & Community Manager at H2O.ai