SlideShare a Scribd company logo
All	Models	Are	
Wrong,	But	Some	
Are	Useful:

6	Lessons	For	
Making	Predictive	
Analytics	Work
Dr.	Brian	Mac	Namee	
brian.macnamee@ucd.ie	
@brianmacnamee
machine		
learning	
ar,ficial		
intelligence	
data		
science	
cogni,ve		
compu,ng	
big		
data	
Inspired	by	Brendan	Tierney		
h:p://www.oraly,cs.com/2012/06/data-science-is-mul,disciplinary.html		
deep	
learning
ar#ficial		
intelligence	
data		
science	
cogni#ve		
compu#ng	
big		
data	
deep	
learning	
Inspired	by	Brendan	Tierney		
h:p://www.oraly#cs.com/2012/06/data-science-is-mul#disciplinary.html		
machine		
learning
if LOAN-SALARY RATIO < 1.5 then
OUTCOME=’repay’
else if LOAN-SALARY RATIO > 4 then
OUTCOME=’default’
else if AGE < 40 and OCCUPATION =’industrial’then
OUTCOME=’default’
else
OUTCOME=’repay’
end if
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Better	data	usually	beats	bigger	models
Prediction	is	a	lot	of	things1
2 There	is	no	such	thing	as	a	free	lunch
3 Look	for	Goldilocks
4
Choose	your	evaluation	carefully5
6 Remember	Occam’s	Razor
Prediction	Is	A	

Lot	Of	Things
1
Predicting	the	
value	of	an	
unknown	variable	
at	a	time	in	the	
future
Forecast
0
27.5
55
82.5
110
July September November January March May
0
27.5
55
82.5
110
July September November January March May
Predict	the	value	of	an	
unknown	variable	
associated	with	an	
object
Label
Image Set
Image Set
Containing	Nerves Not	Containing	Nerves
Predicting	the	
propensity	of	
somebody	to	take	
an	action	at	a	time	
in	the	future
Rank
Population
Population
Least	Likely	

To	Respond
Most	Likely	

To	Respond
"In	data	analytics	a	prediction	
is	an	assignment	of	a	value	to	
an	unknown	variable."
Fundamentals	of	Machine	Learning	
for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	
Aoife	D'Arcy
www.machinelearningbook.com
Predictions	means	a	lot	of	different	things,	
which	means	we	can	apply	predictive	
modelling	to	many	different	problems.		
Think	carefully	about	what	type	of	decision	
you	want	to	make	(label,	rank,	or	forecast),	and	
then	design	a	predictive	modelling	solution	to	
best	help	with	that.
Lesson
27
There	Is	No	Such	
Thing	As	A	

Free	Lunch
2
www.rapidminer.com
29 www.rapidminer.com
"We	have	dubbed	the	associated
results	No	Free	Lunch	theorems	because	they	
demonstrate	that	if	an	algorithm	performs	well	
on	a	certain	class	of	problems	then	it	necessarily	
pays	for	that	with	degraded	performance	on	the	
set	of	all	remaining	problems."
Wolpert	&	Macready
"No Free Lunch Theorems for Optimization", David H. Wolpert and William G.
Macready, IEEE Transactions On Evolutionary Computation, vol. 1, no. 1, 1997
http://ti.arc.nasa.gov/m/profile/dhw/papers/78.pdf
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Tree Model
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Nearest Neighbour Model
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Linear Model
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Tree Model
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Nearest Neighbour Model
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Linear Model
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
There	are	a	huge	number	of	different	
predictive	modelling	algorithms.	You	need	to	
experiment	with	lots	of	different	ones.
Lesson
random	forest	decision	tree	istonic	regression	neural	
network	 nearest	 neighbour	 naive	 Bayes	 support	
vector	machine	logistic	regression	Bayesian	network	
ensemble			gradient		boosting		linear		model		winnow
Look	For	
Goldilocks
3
●
●
●
●
●
0 20 40 60 80 100
20000400006000080000
Age
Income
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
●
●
●
●
●
0 20 40 60 80 100
20000400006000080000
Age
Income
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
●
●
●
●
●
0 20 40 60 80 100
20000400006000080000
Age
Income
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
●
●
●
●
●
0 20 40 60 80 100
20000400006000080000
Age
Income
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
0 50 100 150 200
0.10.20.30.40.5
Training Iteration
MisclassificationRate
Performance on Training Set
Performance on Validation Set
Always	tune	your	models,	but	be	very	careful	
of	overfitting.	A	validation	dataset	is	crucial	
here.
Lesson
56
Better	Data	
Usually	Beats	
Bigger	Models
4
Digital	Image	Processing,	
Gonzalez	&	Woods,	2002
Digital	Image	Processing,	
Gonzalez	&	Woods,	2002
Denoised image
100 200 300 400 500 600
50
100
150
200
250
300
350
400
450
Digital	Image	Processing,	
Gonzalez	&	Woods,	2002
Digital	Image	Processing,	
Gonzalez	&	Woods,	2002
Digital	Image	Processing,	
Gonzalez	&	Woods,	2002
Raw	Activity
Normalised	Activity
Wake	Aligned	Activity
Cumulative	Wake	Aligned	Activity
Activity
Activity Peak	activity	(day)
Variation	in	activity	(day)
Total	activity	(day)
Peak	activity	(1st	hour)
Variation	in	activity	(1st	hour)
Total	activity	(1st	hour)
Area	under	cumulative	activity	curve
…
Choose	An	
Algorithm
Generate	Data
Tune	Model	
Parameters
Choose	An	
Algorithm
Generate	Data
Tune	Model	
Parameters
Developing	new,	richer	features	is	often	a	
better	way	to	improve	model	performance	
than	using	more	sophisticated	modelling	
techniques.
Lesson
An	Aside	On	Deep	Learning
Deep Learning
Google Trends: http://www.google.com/trends/
2005 2007 2009 2011 2013 2015
Deep-learning	methods	are	representaUon-learning	
methods	with	mulple	levels	of	representaon,	
obtained	by	composing	simple	but	non-linear	modules	
that	each	transform	the	representaon	at	one	level	
(starng	with	the	raw	input)	into	a	representaon	at	a	
higher,	slightly	more	abstract	level.		
[LeCun	et	al,	2014]
Deep Learning
Yann LeCun, Yoshua Bengio & Geoffrey Hinton
http://www.nature.com/nature/journal/v521/n7553/full/nature14539.html
0
1
2
3
4
5
6
7
8
9
Convoluonal	neural	networks	seem	to	brilliantly	
address	the	selecUvity-invariance	dilemma	that	is	
fundamental	to	all	efforts	to	learn	to	classify	objects:	
they	produce	representaons	that	are	selecve	to		the	
aspects	of	the	image	that	are	important	for	
discriminaon,	but	that	are	invariant	to	irrelevant	
aspects	
Convoluonal	networks	hold	records	for	problems	in	
image	recogniUon,	speech	recogniUon,	and	text	
classificaUon	amongst	other	areas
On Welsh Corgis, Computer Vision, and the Power of Deep Learning, Microsoft Research, 2014
http://research.microsoft.com/en-us/news/features/dnnvision-071414.aspx
Rise of the machines, The Economist, 2015
http://www.economist.com/news/briefing/21650526-artificial-intelligence-scares-peopleexcessively-so-rise-machines
Hardware	
Data	Algorithms	
Applica4ons
79
Choose	Your		
Evaluation	
Carefully
5
A marketing company working for a charity has
developed two different models that predict the
likelihood that donors will respond to a mail-
shot asking them to make a special extra
donation.
Two models have been built and an evaluation
experiment had been performed. Now we must
decide which model to use.
Prediction
TRUE FALSE
Target
TRUE 2355 337
FALSE 329 1714
Classification	Accuracy:	85.93%
Model	1
Prediction
TRUE FALSE
Target
TRUE 2198 494
FALSE 471 1572
Classification	Accuracy:	79.62%
Model	2
Model	1
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
Model	2
Fundamentals	of	Machine	Learning	for	Predictive	Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com
There	are	many	different	performance	
measures	that	we	can	use	to	evaluate	the	
performance	of	a	model.	You	need	to	pick	the	
one	that	best	matches	the	decisions	you	are	
trying	to	make.
Lesson
87
Remember	
Occam’s	Razor
6
Timeline
Followers
Following
Tweets
+ Metadata
Profile
Tweets
+ Metadata
Profile
Tweets
+ Metadata
Profile
http://www.cso.ie/en/releasesandpublications/er/ibn/irishbabiesnames2014/
Always	start	with	simple	solutions	first.	Only	
add	complexity	if	required.
Lesson
Frustra	fit	per	plura	quod	potest	
fieri	per	pauciora		
(It	is	futile	to	do	with	more	things	
that	which	can	be	done	with	
fewer)
Better	data	usually	beats	bigger	models
Prediction	is	a	lot	of	things1
2 There	is	no	such	thing	as	a	free	lunch
3 Look	for	Goldilocks
4
Choose	your	evaluation	carefully5
6 Remember	Occam’s	Razor
Fundamentals	of	Machine	Learning	for	Predictive	
Data	Analytics	
John	Kelleher,	Brian	Mac	Namee,	and	Aoife	D'Arcy
www.machinelearningbook.com	
Thank	You	
Questions?
Training	Course:	Fundamentals	of	Machine

Learning	for	Predictive	Data	Analytics	
Dublin,	March	21st	-	23rd	
www.theanalyticsstore.ie/training/
brian.macnamee@ucd.ie	
@brianmacnamee

More Related Content

Similar to All Models Are Wrong, But Some Are Useful: 6 Lessons for Making Predictive Analytics Work

How To Get Into Data Science & Analytics - 2nd Talk - feliperego.com.au
How To Get Into Data Science & Analytics - 2nd Talk - feliperego.com.auHow To Get Into Data Science & Analytics - 2nd Talk - feliperego.com.au
How To Get Into Data Science & Analytics - 2nd Talk - feliperego.com.au
Felipe Rego
 
How To Get Into Data Science & Analytics - feliperego.com.au
How To Get Into Data Science & Analytics - feliperego.com.auHow To Get Into Data Science & Analytics - feliperego.com.au
How To Get Into Data Science & Analytics - feliperego.com.au
Felipe Rego
 
DataCamp investor deck April 2015
DataCamp investor deck April 2015DataCamp investor deck April 2015
DataCamp investor deck April 2015
Jonathan Cornelissen
 
Set the Hiring Managers’ Expectations: Using Big Data to answer Big Questions...
Set the Hiring Managers’ Expectations: Using Big Data to answer Big Questions...Set the Hiring Managers’ Expectations: Using Big Data to answer Big Questions...
Set the Hiring Managers’ Expectations: Using Big Data to answer Big Questions...
Textkernel
 
Technology watch - AI in chemical industry
Technology watch - AI in chemical industryTechnology watch - AI in chemical industry
Technology watch - AI in chemical industry
Verhaert Masters in Innovation
 
First Steps on Big Data
First Steps on Big DataFirst Steps on Big Data
First Steps on Big Data
Alexandre Simundi
 
Machine Learning Interviews_ Lessons from Both Sides - FSDL.pptx
Machine Learning Interviews_ Lessons from Both Sides - FSDL.pptxMachine Learning Interviews_ Lessons from Both Sides - FSDL.pptx
Machine Learning Interviews_ Lessons from Both Sides - FSDL.pptx
AbhinavSagar21
 
VLDB Slides on Making Sense of Applying ML to APIs
VLDB Slides on Making Sense of Applying ML to APIs VLDB Slides on Making Sense of Applying ML to APIs
VLDB Slides on Making Sense of Applying ML to APIs
Anant Jhingran
 
What is Gamification?
What is Gamification? What is Gamification?
What is Gamification?
Karl Kapp
 
How to get the most of your Data & Analytcs
How to get the most of your Data & AnalytcsHow to get the most of your Data & Analytcs
How to get the most of your Data & Analytcs
Corsair's Publishing
 
I believe I can fly (Extract London 2015)
I believe I can fly (Extract London 2015)I believe I can fly (Extract London 2015)
I believe I can fly (Extract London 2015)
Ignacio Elola Villar
 
10 Tips From A Young Data Scientist
10 Tips From A Young Data Scientist10 Tips From A Young Data Scientist
10 Tips From A Young Data Scientist
Nuno Carneiro
 
Top 10 Data Science Interview Questions in 2022.pptx
Top 10 Data Science Interview Questions in 2022.pptxTop 10 Data Science Interview Questions in 2022.pptx
Top 10 Data Science Interview Questions in 2022.pptx
infosec train
 
Cool vs Creepy - Ethics and Data Science - Cooper 2Feb
Cool vs Creepy - Ethics and Data Science - Cooper 2FebCool vs Creepy - Ethics and Data Science - Cooper 2Feb
Cool vs Creepy - Ethics and Data Science - Cooper 2Feb
Cathy Cooper
 
What Managers Need to Know about Data Science
What Managers Need to Know about Data ScienceWhat Managers Need to Know about Data Science
What Managers Need to Know about Data Science
Annie Flippo
 
MYRESUME MAY 2015
MYRESUME MAY 2015MYRESUME MAY 2015
MYRESUME MAY 2015
Dillipan Mohan
 
Data Science-Why?What?How? By Hari Prasad
Data Science-Why?What?How? By Hari PrasadData Science-Why?What?How? By Hari Prasad
Data Science-Why?What?How? By Hari Prasad
Hari Prasad
 
Decoding Data Science
Decoding Data ScienceDecoding Data Science
Decoding Data Science
Matt Fornito
 
Is Data Scientist the Sexiest Job of the 21st century?
Is Data Scientist the Sexiest Job of the 21st century?Is Data Scientist the Sexiest Job of the 21st century?
Is Data Scientist the Sexiest Job of the 21st century?
Edureka!
 
P 01 ins_analytics_ai_in_life_case_studies_2017_10_16_v12
P 01 ins_analytics_ai_in_life_case_studies_2017_10_16_v12P 01 ins_analytics_ai_in_life_case_studies_2017_10_16_v12
P 01 ins_analytics_ai_in_life_case_studies_2017_10_16_v12
Vishwa Kolla
 

Similar to All Models Are Wrong, But Some Are Useful: 6 Lessons for Making Predictive Analytics Work (20)

How To Get Into Data Science & Analytics - 2nd Talk - feliperego.com.au
How To Get Into Data Science & Analytics - 2nd Talk - feliperego.com.auHow To Get Into Data Science & Analytics - 2nd Talk - feliperego.com.au
How To Get Into Data Science & Analytics - 2nd Talk - feliperego.com.au
 
How To Get Into Data Science & Analytics - feliperego.com.au
How To Get Into Data Science & Analytics - feliperego.com.auHow To Get Into Data Science & Analytics - feliperego.com.au
How To Get Into Data Science & Analytics - feliperego.com.au
 
DataCamp investor deck April 2015
DataCamp investor deck April 2015DataCamp investor deck April 2015
DataCamp investor deck April 2015
 
Set the Hiring Managers’ Expectations: Using Big Data to answer Big Questions...
Set the Hiring Managers’ Expectations: Using Big Data to answer Big Questions...Set the Hiring Managers’ Expectations: Using Big Data to answer Big Questions...
Set the Hiring Managers’ Expectations: Using Big Data to answer Big Questions...
 
Technology watch - AI in chemical industry
Technology watch - AI in chemical industryTechnology watch - AI in chemical industry
Technology watch - AI in chemical industry
 
First Steps on Big Data
First Steps on Big DataFirst Steps on Big Data
First Steps on Big Data
 
Machine Learning Interviews_ Lessons from Both Sides - FSDL.pptx
Machine Learning Interviews_ Lessons from Both Sides - FSDL.pptxMachine Learning Interviews_ Lessons from Both Sides - FSDL.pptx
Machine Learning Interviews_ Lessons from Both Sides - FSDL.pptx
 
VLDB Slides on Making Sense of Applying ML to APIs
VLDB Slides on Making Sense of Applying ML to APIs VLDB Slides on Making Sense of Applying ML to APIs
VLDB Slides on Making Sense of Applying ML to APIs
 
What is Gamification?
What is Gamification? What is Gamification?
What is Gamification?
 
How to get the most of your Data & Analytcs
How to get the most of your Data & AnalytcsHow to get the most of your Data & Analytcs
How to get the most of your Data & Analytcs
 
I believe I can fly (Extract London 2015)
I believe I can fly (Extract London 2015)I believe I can fly (Extract London 2015)
I believe I can fly (Extract London 2015)
 
10 Tips From A Young Data Scientist
10 Tips From A Young Data Scientist10 Tips From A Young Data Scientist
10 Tips From A Young Data Scientist
 
Top 10 Data Science Interview Questions in 2022.pptx
Top 10 Data Science Interview Questions in 2022.pptxTop 10 Data Science Interview Questions in 2022.pptx
Top 10 Data Science Interview Questions in 2022.pptx
 
Cool vs Creepy - Ethics and Data Science - Cooper 2Feb
Cool vs Creepy - Ethics and Data Science - Cooper 2FebCool vs Creepy - Ethics and Data Science - Cooper 2Feb
Cool vs Creepy - Ethics and Data Science - Cooper 2Feb
 
What Managers Need to Know about Data Science
What Managers Need to Know about Data ScienceWhat Managers Need to Know about Data Science
What Managers Need to Know about Data Science
 
MYRESUME MAY 2015
MYRESUME MAY 2015MYRESUME MAY 2015
MYRESUME MAY 2015
 
Data Science-Why?What?How? By Hari Prasad
Data Science-Why?What?How? By Hari PrasadData Science-Why?What?How? By Hari Prasad
Data Science-Why?What?How? By Hari Prasad
 
Decoding Data Science
Decoding Data ScienceDecoding Data Science
Decoding Data Science
 
Is Data Scientist the Sexiest Job of the 21st century?
Is Data Scientist the Sexiest Job of the 21st century?Is Data Scientist the Sexiest Job of the 21st century?
Is Data Scientist the Sexiest Job of the 21st century?
 
P 01 ins_analytics_ai_in_life_case_studies_2017_10_16_v12
P 01 ins_analytics_ai_in_life_case_studies_2017_10_16_v12P 01 ins_analytics_ai_in_life_case_studies_2017_10_16_v12
P 01 ins_analytics_ai_in_life_case_studies_2017_10_16_v12
 

Recently uploaded

Experts live - Improving user adoption with AI
Experts live - Improving user adoption with AIExperts live - Improving user adoption with AI
Experts live - Improving user adoption with AI
jitskeb
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
uevausa
 
Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024
ElizabethGarrettChri
 
ML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
ML-PPT-UNIT-2 Generative Classifiers Discriminative ClassifiersML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
ML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
MastanaihnaiduYasam
 
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
agdhot
 
一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理
zsafxbf
 
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
eoxhsaa
 
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
Vietnam Cotton & Spinning Association
 
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docxDATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
SaffaIbrahim1
 
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
hqfek
 
A gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented GenerationA gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented Generation
dataschool1
 
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
asyed10
 
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
mkkikqvo
 
Overview IFM June 2024 Consumer Confidence INDEX Report.pdf
Overview IFM June 2024 Consumer Confidence INDEX Report.pdfOverview IFM June 2024 Consumer Confidence INDEX Report.pdf
Overview IFM June 2024 Consumer Confidence INDEX Report.pdf
nhutnguyen355078
 
一比一原版南昆士兰大学毕业证如何办理
一比一原版南昆士兰大学毕业证如何办理一比一原版南昆士兰大学毕业证如何办理
一比一原版南昆士兰大学毕业证如何办理
ugydym
 
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
ywqeos
 
一比一原版(uob毕业证书)伯明翰大学毕业证如何办理
一比一原版(uob毕业证书)伯明翰大学毕业证如何办理一比一原版(uob毕业证书)伯明翰大学毕业证如何办理
一比一原版(uob毕业证书)伯明翰大学毕业证如何办理
9gr6pty
 
Module 1 ppt BIG DATA ANALYTICS_NOTES FOR MCA
Module 1 ppt BIG DATA ANALYTICS_NOTES FOR MCAModule 1 ppt BIG DATA ANALYTICS_NOTES FOR MCA
Module 1 ppt BIG DATA ANALYTICS_NOTES FOR MCA
yuvarajkumar334
 
一比一原版(UofT毕业证)多伦多大学毕业证如何办理
一比一原版(UofT毕业证)多伦多大学毕业证如何办理一比一原版(UofT毕业证)多伦多大学毕业证如何办理
一比一原版(UofT毕业证)多伦多大学毕业证如何办理
exukyp
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
Timothy Spann
 

Recently uploaded (20)

Experts live - Improving user adoption with AI
Experts live - Improving user adoption with AIExperts live - Improving user adoption with AI
Experts live - Improving user adoption with AI
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
 
Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024
 
ML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
ML-PPT-UNIT-2 Generative Classifiers Discriminative ClassifiersML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
ML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
 
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
 
一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理
 
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
 
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
[VCOSA] Monthly Report - Cotton & Yarn Statistics May 2024
 
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docxDATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
 
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
 
A gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented GenerationA gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented Generation
 
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
 
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
 
Overview IFM June 2024 Consumer Confidence INDEX Report.pdf
Overview IFM June 2024 Consumer Confidence INDEX Report.pdfOverview IFM June 2024 Consumer Confidence INDEX Report.pdf
Overview IFM June 2024 Consumer Confidence INDEX Report.pdf
 
一比一原版南昆士兰大学毕业证如何办理
一比一原版南昆士兰大学毕业证如何办理一比一原版南昆士兰大学毕业证如何办理
一比一原版南昆士兰大学毕业证如何办理
 
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
 
一比一原版(uob毕业证书)伯明翰大学毕业证如何办理
一比一原版(uob毕业证书)伯明翰大学毕业证如何办理一比一原版(uob毕业证书)伯明翰大学毕业证如何办理
一比一原版(uob毕业证书)伯明翰大学毕业证如何办理
 
Module 1 ppt BIG DATA ANALYTICS_NOTES FOR MCA
Module 1 ppt BIG DATA ANALYTICS_NOTES FOR MCAModule 1 ppt BIG DATA ANALYTICS_NOTES FOR MCA
Module 1 ppt BIG DATA ANALYTICS_NOTES FOR MCA
 
一比一原版(UofT毕业证)多伦多大学毕业证如何办理
一比一原版(UofT毕业证)多伦多大学毕业证如何办理一比一原版(UofT毕业证)多伦多大学毕业证如何办理
一比一原版(UofT毕业证)多伦多大学毕业证如何办理
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
 

All Models Are Wrong, But Some Are Useful: 6 Lessons for Making Predictive Analytics Work