SlideShare a Scribd company logo
1 of 35
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/
earl2018_moneyball
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
CONFIDENTIAL
H2O.ai	Overview
Thi
s
Company Founded in Silicon Valley in 2012
Funded: $75M Investors: Wells Fargo, NVIDIA, Nexus Ventures, Paxion Ventures
Products • H2O Open Source Machine Learning (14,000 organizations)
• H2O Driverless AI – Automatic Machine Learning
Leadership Leader in Gartner MQ Machine Learning and Data Science Platform
Team 120 AI experts (Kaggle Grandmasters, Distributed Computing, Visualization)
Global Mountain View, London, Prague, India
Scientific	Advisory	Council
5
6H2O	Team
7H2O	Team
Origin	of	R	Package	`ggplot2`
8H2O	Team
Matt	Dowle
9H2O	Team
Erin	LeDell,	Chief	ML	Scientist
Women	in	ML/DS	& R-Ladies	Global
10H2O	Team
Erin	LeDell Navdeep	Gill
H2O	AutoML
11H2O	Team
1st
4th
25th
48th
33rd
Kaggle	Grandmasters	
(and	their	Highest	Rank)
13th
About	80,000	Kagglers
12H2O	Team
1st
4th
25th
48th
33rd
13th
181st
Hoping	to	get	closer	to	them	at	some	point	…
CONFIDENTIAL
CONFIDENTIAL
Worldwide	Recognition	in	the	H2O.ai	Community
Thi
s
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
H2O.ai	is	a	Leader in	the	2018	Gartner	Data	Science	
and	Machine	Learning	Platforms	Magic	Quadrant
• Technology	leader	with	most	
completeness	of	vision
• Recognized	for	the	mindshare,	
partner	network	and	status	as	a	
quasi-industry	standard	for	machine	
learning	and	AI
• H2O.ai	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
Thi
s
Get	the	
Gartner	
Magic	
Quadrant	
here
Moneyball:
The	Multimillion-Dollar	
Business	Problem
The	quest	to	find	the	most	undervalued	players
(before	other	teams	notice	them)
15
Source:	Moneyball,	2011	Columbia	Pictures
The	Real	Business	Problem	in	Major	League	
Baseball	(MLB)
16
• 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
17
PM	@	IBM	Data	Science
David	Kearns
Data	Scientist	@	H2O.ai
Jo-Fai	Chow
Mr.	Moneyball	@	Aginity
Ari	Kaplan
Baseball	Player	Performance	Data
18
• 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
19
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
20
• 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).
Lahman Data
21
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
23
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 …
24
H2O	AutoML	Code
25
H2O	AutoML	Results
26
Predictive	Modelling	– H2O	AutoML
27
One	of	Many	Targets
(e.g.	Home	Runs,	Batting	Average)
Predictive	Modelling	– H2O	AutoML
28
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
29
Training
Validation
(2016	&	2017)
Predictions
2018	- 2020
Explaining	the	Predictions
LIME	– Local	Interpretable	Model-agnostic	Explanations
30
• 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
31
Live	Demo
In	case	you’re	wondering	…	final	project	result
32
led	to	the	signing	of	a	
Major	League	Baseball	(MLB)	player
$20Mmulti-year	contract
finalised	two	weeks
before	the	regular	season
33
More	Info	→	https://bit.ly/
earl2018_moneyball
If	you	want	to	hear	the	full	story	from	Ari	himself
34
29th &	30th Oct,	London
More	real-
world	use	cases	
+
All	H2O	Kaggle	
Grandmasters
+
Hands-on	
Training
• More	Info,	Code,	and	Slides
• bit.ly/
earl2018_moneyball
• Contact
• joe@h2o.ai
• @matlabulous
• github.com/woobe
35
Thanks!

More Related Content

Similar to The Making of a Real-World Moneyball

5 stages of xobni's growth and 5 pivots along the way
5 stages of xobni's growth and 5 pivots along the way5 stages of xobni's growth and 5 pivots along the way
5 stages of xobni's growth and 5 pivots along the wayMatt Brezina
 
PreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan KeynotePreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan Keynote500 Startups
 
How To Find Highly Undervalued Cryptocurrencies
How To Find Highly Undervalued CryptocurrenciesHow To Find Highly Undervalued Cryptocurrencies
How To Find Highly Undervalued CryptocurrenciesBitBayMarket
 
Big data paris 2011 is cool florian douetteau
Big data paris 2011 is cool florian douetteauBig data paris 2011 is cool florian douetteau
Big data paris 2011 is cool florian douetteauIsCoolEnt
 
Electric Capital Crypto Dev Report · 2022
Electric Capital Crypto Dev Report · 2022Electric Capital Crypto Dev Report · 2022
Electric Capital Crypto Dev Report · 2022Maria Xinhe Shen
 
Tech M&A Monthly: Definitive Agreements
Tech M&A Monthly: Definitive AgreementsTech M&A Monthly: Definitive Agreements
Tech M&A Monthly: Definitive AgreementsCorum Group
 
Tech M&A Monthly: Valuations for an Optimal Outcome
Tech M&A Monthly: Valuations for an Optimal OutcomeTech M&A Monthly: Valuations for an Optimal Outcome
Tech M&A Monthly: Valuations for an Optimal OutcomeCorum Group
 
Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Maria Xinhe Shen
 
Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Maria Xinhe Shen
 
Mitch Gildenberg - Github presentation
Mitch Gildenberg - Github presentationMitch Gildenberg - Github presentation
Mitch Gildenberg - Github presentationMitchell Gildenberg
 
Developer Report 2021 (Published: January 2022)
Developer Report 2021 (Published: January 2022)Developer Report 2021 (Published: January 2022)
Developer Report 2021 (Published: January 2022)Maria Xinhe Shen
 
Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Maria Xinhe Shen
 
Design in Tech Report 2015
Design in Tech Report 2015Design in Tech Report 2015
Design in Tech Report 2015John Maeda
 
Designintechfinalslides 150315131333 conversion gate01
Designintechfinalslides 150315131333 conversion gate01Designintechfinalslides 150315131333 conversion gate01
Designintechfinalslides 150315131333 conversion gate01Vera Kovaleva
 
Electric Capital Developer Report 2022
Electric Capital Developer Report 2022Electric Capital Developer Report 2022
Electric Capital Developer Report 2022MariaShen2
 
ChatGPT OpenAI Primer for Business
ChatGPT OpenAI Primer for BusinessChatGPT OpenAI Primer for Business
ChatGPT OpenAI Primer for BusinessDion Hinchcliffe
 
The Rise of GameFi
The Rise of GameFiThe Rise of GameFi
The Rise of GameFiastrooldboy
 
Investing In Deep Tech - Paris
Investing In Deep Tech - ParisInvesting In Deep Tech - Paris
Investing In Deep Tech - ParisHAX
 

Similar to The Making of a Real-World Moneyball (20)

5 stages of xobni's growth and 5 pivots along the way
5 stages of xobni's growth and 5 pivots along the way5 stages of xobni's growth and 5 pivots along the way
5 stages of xobni's growth and 5 pivots along the way
 
PreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan KeynotePreMoney 2018 - Garry Tan Keynote
PreMoney 2018 - Garry Tan Keynote
 
Crypto Dev Report · 2022
Crypto Dev Report · 2022Crypto Dev Report · 2022
Crypto Dev Report · 2022
 
How To Find Highly Undervalued Cryptocurrencies
How To Find Highly Undervalued CryptocurrenciesHow To Find Highly Undervalued Cryptocurrencies
How To Find Highly Undervalued Cryptocurrencies
 
Big data paris 2011 is cool florian douetteau
Big data paris 2011 is cool florian douetteauBig data paris 2011 is cool florian douetteau
Big data paris 2011 is cool florian douetteau
 
Electric Capital Crypto Dev Report · 2022
Electric Capital Crypto Dev Report · 2022Electric Capital Crypto Dev Report · 2022
Electric Capital Crypto Dev Report · 2022
 
Tech M&A Monthly: Definitive Agreements
Tech M&A Monthly: Definitive AgreementsTech M&A Monthly: Definitive Agreements
Tech M&A Monthly: Definitive Agreements
 
Tech M&A Monthly: Valuations for an Optimal Outcome
Tech M&A Monthly: Valuations for an Optimal OutcomeTech M&A Monthly: Valuations for an Optimal Outcome
Tech M&A Monthly: Valuations for an Optimal Outcome
 
Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)
 
Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)
 
Mitch Gildenberg - Github presentation
Mitch Gildenberg - Github presentationMitch Gildenberg - Github presentation
Mitch Gildenberg - Github presentation
 
Developer Report 2021 (Published: January 2022)
Developer Report 2021 (Published: January 2022)Developer Report 2021 (Published: January 2022)
Developer Report 2021 (Published: January 2022)
 
Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)Developer Report 2021 (Published: January 2021)
Developer Report 2021 (Published: January 2021)
 
Design in Tech Report 2015
Design in Tech Report 2015Design in Tech Report 2015
Design in Tech Report 2015
 
Designintechfinalslides 150315131333 conversion gate01
Designintechfinalslides 150315131333 conversion gate01Designintechfinalslides 150315131333 conversion gate01
Designintechfinalslides 150315131333 conversion gate01
 
Electric Capital Developer Report 2022
Electric Capital Developer Report 2022Electric Capital Developer Report 2022
Electric Capital Developer Report 2022
 
ChatGPT OpenAI Primer for Business
ChatGPT OpenAI Primer for BusinessChatGPT OpenAI Primer for Business
ChatGPT OpenAI Primer for Business
 
Meetup 31
Meetup 31Meetup 31
Meetup 31
 
The Rise of GameFi
The Rise of GameFiThe Rise of GameFi
The Rise of GameFi
 
Investing In Deep Tech - Paris
Investing In Deep Tech - ParisInvesting In Deep Tech - Paris
Investing In Deep Tech - Paris
 

More from Sri Ambati

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 DaySri Ambati
 
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.pptxSri Ambati
 
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 Sri Ambati
 
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 5thSri Ambati
 
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 ProductionSri Ambati
 
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...Sri Ambati
 
Risk Management for LLMs
Risk Management for LLMsRisk Management for LLMs
Risk Management for LLMsSri Ambati
 
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 WaySri Ambati
 
Building Custom GenAI Apps at H2O
Building Custom GenAI Apps at H2OBuilding Custom GenAI Apps at H2O
Building Custom GenAI Apps at H2OSri Ambati
 
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 Sri Ambati
 
Cutting Edge Tricks from LLM Papers
Cutting Edge Tricks from LLM PapersCutting Edge Tricks from LLM Papers
Cutting Edge Tricks from LLM PapersSri Ambati
 
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...Sri Ambati
 
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...Sri Ambati
 
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...Sri Ambati
 
LLM Interpretability
LLM Interpretability LLM Interpretability
LLM Interpretability Sri Ambati
 
Never Reply to an Email Again
Never Reply to an Email AgainNever Reply to an Email Again
Never Reply to an Email AgainSri Ambati
 
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)Sri Ambati
 
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...Sri Ambati
 
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...Sri Ambati
 
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 JourneySri 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

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 

Recently uploaded (20)

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 

The Making of a Real-World Moneyball