SlideShare a Scribd company logo
1 of 127
Download to read offline
Mastering the 80% of
Analytics
What Data Scientists Really Do
Mik, PhD
@AvrioAnalytics
Boss Parents
Me Reality
Boss Parents
Me Reality
Caveat
•Data Science is very broad
•This is a particular perspective
•Mathematician
•Predictive algorithm developer
•Very brief
A Day in the Life
Wrangling
Modeling
Features
Results
What is “Wrangling”?
•Data:
•Getting
•Formatting
•Cleaning
What is “Wrangling”?
•Data:
•Getting
•Formatting
•Cleaning
Data Janitorial Work
Getting the Data
•Myriad of sources
Getting the Data
•Myriad of sources
•Varying collection, storage and maintenance
Getting the Data
•Myriad of sources
•Varying collection, storage and maintenance
•Most people just don’t care
Getting the Data
•Myriad of sources
•Varying collection, storage and maintenance
•Most people just don’t care
•At least not soon enough
Got it. Now what?
•Structured: in a consistent and defined format
Got it. Now what?
•Structured: in a consistent and defined format
•Unstructured: no consistent format
Got it. Now what?
•Structured: in a consistent and defined format
•Unstructured: no consistent format
•Text data
Got it. Now what?
•Structured: in a consistent and defined format
•Unstructured: no consistent format
•Text data
Movie Rating
Star Wars 5 Stars
I loved the new Star Wars,
definitely 5/5 stars!
Formatting
•Alignment
Formatting
•Alignment
•Unions, intersections, grouping
Formatting
•Alignment
•Unions, intersections, grouping
•Transformations
Formatting
Time Username Views
12:30 jsmith 32
12:45 mik 27
1:00 dmartin 8
1:15 jsmith 46
Time Username Views
12:20 gwarren 12
12:30 lpeabody 53
12:40 dmartin 20
12:50 hjohnson 5
Formatting
Username Views
jsmith 32, 46
Data is Dirty Business
•Duplicates
Data is Dirty Business
•Duplicates
•Missing values
Data is Dirty Business
•Duplicates
•Missing values
•Ill-formed values
Data is Dirty Business
•Duplicates
•Missing values
•Ill-formed values
•Wrong values
Data is Dirty Business
•Duplicates
•Missing values
•Ill-formed values
•Wrong values
Similar in effect
Data is Dirty Business
•Duplicates
•Missing values
•Ill-formed values
•Wrong values
Types of Missing-ness
•MCAR: Missing Completely at Random
Types of Missing-ness
•MCAR: Missing Completely at Random
•MAR: Missing at Random
Types of Missing-ness
•MCAR: Missing Completely at Random
•MAR: Missing at Random
•MNAR: Missing Not at Random
Types of Missing-ness
•MCAR: Missing Completely at Random
•MAR: Missing at Random
•MNAR: Missing Not at Random
Bad
Worse
Dealing with Missing Data
X Y Z
129 1 40
110 3
210 32
98
9 65
Dealing with Missing Data
•Deletion
X Y Z
129 1 40
110 3
210 32
98
9 65
Dealing with Missing Data
•Deletion
•Pairwise
•Listwise
X Y Z
129 1 40
110 3
210 32
98
9 65
Dealing with Missing Data
•Deletion
•Pairwise
•Listwise
X Y Z
129 1 40
110 3
210 32
98
9 65
X Z
129 40
210 32
Pairwise
X Y Z
129 40
Listwise
Dealing with Missing Data
•Imputation
Dealing with Missing Data
•Imputation
•Mean substitution
•Regression
Dealing with Missing Data
•Multiple Imputation
Dealing with Missing Data
•Multiple Imputation
•Stochastic simulation
Dealing with Missing Data
•Multiple Imputation
•Stochastic simulation
•Must know distribution
Gotchas
•Sampling Error
Gotchas
•Sampling Error
•Statistical Power
Gotchas
•Sampling Error
•Statistical Power
•Population Parameters
Gotchas
•Sampling Error
•Statistical Power
•Population Parameters
•Propagation
So what do I do?
•Approaches vary quite a lot
So what do I do?
•Approaches vary quite a lot
•MCAR, MAR hard to prove
So what do I do?
•Approaches vary quite a lot
•MCAR, MAR hard to prove
•Principle of Least Harm
60% - 80% of Work
Cleaning Done! Now the fun!
•Almost…
Cleaning Done! Now the fun!
•Almost…
•Clean data is still “raw”
Cleaning Done! Now the fun!
•Almost…
•Clean data is still “raw”
•Features: pre-processed for modeling
Feature Engineering
•A lot of data is useless
Feature Engineering
•A lot of data is useless
•Filter, slice, transform
Feature Engineering
•A lot of data is useless
•Filter, slice, transform
•Singular idea: What’s the main driver?
Feature Engineering
•Considerations
•Relevance
•Redundancy
Feature Engineering
•Considerations
•Relevance
•Redundancy
•Curse of Dimensionality
Feature Engineering Methods
•PCA
•Edge Detection
•Blob Detection
•Auto encoding
•Kernel PCA
•Partial Least Squares
•Generalized Least
Squares
•Direct Modeling
•Isomapping
• Mutual Information
Theory
• Information Entropy
Theory
• ICA
• MDR
• Latent Factors
• MPCA
• LSA
• Statistical Moments
• Random Projections
•De-Noising
•Weighting
•Patch Extraction
•Functional Mapping
•Discretization
•Filtering
•FFT
•Smoothing
•Density Mapping
Feature Engineering
•It’s hard
Feature Engineering
•It’s hard
•Analysis + Domain knowledge
Feature Engineering
•It’s hard
•Analysis + Domain knowledge
•…Deserves a presentation on its own
Feature Engineering
•It’s hard
•Analysis + Domain knowledge
•…Deserves a presentation on its own
•Features are input to machine learning
Now the fun stuff (finally)
•ML: computer acts without explicit program
Now the fun stuff (finally)
•ML: computer acts without explicit program
•Utilizes empirical data to “teach” a process
Now the fun stuff (finally)
•ML: computer acts without explicit program
•Utilizes empirical data to “teach” a process
•Pattern Rec. -> ML -> Deep Learning
Now the fun stuff (finally)
•ML: computer acts without explicit program
•Utilizes empirical data to “teach” a process
•Pattern Rec. -> ML -> Deep Learning
•Buzzwords abound
Now the fun stuff (finally)
•ML: computer acts without explicit program
•Utilizes empirical data to “teach” a process
•Pattern Rec. -> ML -> Deep Learning
•Buzzwords abound
•Fairly simple, lots of libraries
ML Approaches
•Classes of problems
ML Approaches
•Classes of problems
•Continuous (regression)
ML Approaches
•Classes of problems
•Continuous (regression)
•Discrete (classification)
ML Approaches
•Classes of problems
•Continuous (regression)
•Discrete (classification)
•Classes of solutions
ML Approaches
•Classes of problems
•Continuous (regression)
•Discrete (classification)
•Classes of solutions
•Supervised
ML Approaches
•Classes of problems
•Continuous (regression)
•Discrete (classification)
•Classes of solutions
•Supervised
•Unsupervised
ML Algorithms
•Neural Networks
ML Algorithms
•Neural Networks
•Genetic Algorithms
ML Algorithms
•Neural Networks
•Genetic Algorithms
•Bayesian Classification
ML Algorithms
•Neural Networks
•Genetic Algorithms
•Bayesian Classification
•Support Vector Machines
ML Algorithms
•Neural Networks
•Genetic Algorithms
•Bayesian Classification
•Support Vector Machines
•Many used as type of feature extraction
Neural Networks
•Motivated by brain function
•Neurons fire, activate paths
•Non-linear
•Simplest: Perceptron
X1
X2
Logic
Layer
w1
w2
Neural Networks
•Inputs feed neuron with weight
Neural Networks
•Inputs feed neuron with weight
•Logic Layer: activation function
Neural Networks
•Inputs feed neuron with weight
•Logic Layer: activation function
•Fires (or not) based on inputs
Neural Networks
•Inputs feed neuron with weight
•Logic Layer: activation function
•Fires (or not) based on inputs
•Weights from minimizing cost function
Neural Networks
•Inputs feed neuron with weight
•Logic Layer: activation function
•Fires (or not) based on inputs
•Weights from minimizing cost function
•Backpropagation
Sigmoid Logic Layer
0
0.25
0.5
0.75
1
-10 -8 -6 -4 -2 0 2 4 6 8 10
w = 1 w = 2
1
1 + e wT x
Neural Networks
•Most networks are bigger
X1
X2
A1
AM
Y1
YK
Machine Learning
•Got data, features and algorithm
Machine Learning
•Got data, features and algorithm
•Just plug in and profit!
Machine Learning
•Got data, features and algorithm
•Just plug in and profit!
•Not quite
Machine Learning
•Got data, features and algorithm
•Just plug in and profit!
•Not quite
•Tuning and training
Tuning
•What about N, M and K?
X1
X2
A1
AM
Y1
YK
Tuning
•What about N, M and K?
•Hyper-parameters
X1
X2
A1
AM
Y1
YK
Tuning
•What about N, M and K?
•Hyper-parameters
•Size of layers, thresholds, etc.
X1
X2
A1
AM
Y1
YK
Tuning
•What about N, M and K?
•Hyper-parameters
•Size of layers, thresholds, etc.
•Static specifics of the algorithm
X1
X2
A1
AM
Y1
YK
Training
•It’s all about the teaching
Training
•It’s all about the teaching
•Representative data set
Training
•It’s all about the teaching
•Representative data set
•Large, clean
Training
•Don’t teach to the test
Training
•Don’t teach to the test
•Causes overfitting
Training
•Don’t teach to the test
•Causes overfitting
•Training (80%) and Testing (20%) data
Training
•Don’t teach to the test
•Causes overfitting
•Training (80%) and Testing (20%) data
•Cross-validation
With all the open source libraries,
isn’t machine learning easy now?
I got results!
•Why doesn’t anyone care?
I got results!
•Why doesn’t anyone care?
•Kaggle vs. Real Life Syndrome
I got results!
•Why doesn’t anyone care?
•Kaggle vs. Real Life Syndrome
•It’s all in the presentation
It’s all in the presentation
•Complex topic
It’s all in the presentation
•Complex topic
•Non-technical audience
It’s all in the presentation
•Complex topic
•Non-technical audience
•Several stakeholders
It’s all in the presentation
•Complex topic
•Non-technical audience
•Several stakeholders
•Many likely skeptics
It’s all in the presentation
•Avoid buzzwords
It’s all in the presentation
•Avoid buzzwords
•Focus on a business problem
It’s all in the presentation
•Avoid buzzwords
•Focus on a business problem
•Show value
It’s all in the presentation
•Avoid buzzwords
•Focus on a business problem
•Show value
•Keep in mind cost
Is it actually science?
•Sometimes
Is it actually science?
•Sometimes
•…but often not
Is it actually science?
•Sometimes
•…but often not
•Data Sciences vs. Data Engineering
Is it actually science?
•Sometimes
•…but often not
•Data Sciences vs. Data Engineering
•It should be — focus on why
Is it actually science?
Applied
Math
Computer
Science
Domain
Expertise
Is it actually science?
Applied
Math
Computer
Science
Domain
Expertise
Applied
Math
Computer
Science
Physics
Physicist
Why Data Science?
•Big problems, fun challenges
Why Data Science?
•Big problems, fun challenges
•Both science and business
Why Data Science?
•Big problems, fun challenges
•Both science and business
•Consistently awesome
2012: Sexiest Job of the Century
2016: Best Job of the Year
2016: Hottest Job of the Year
2016: Best Career Opportunity
Why Data Science?
Salary
So want to get started?
•Theano
So want to get started?
•Theano
•TensorFlow
So want to get started?
•Theano
•TensorFlow
•Torch
So want to get started?
•Theano
•TensorFlow
•Torch
•Pandas
Tomorrow is here
www.avrioanalytics.com

More Related Content

Viewers also liked

Viewers also liked (9)

Mishref Pump Station
Mishref Pump StationMishref Pump Station
Mishref Pump Station
 
Wake up india ppt
Wake   up  india pptWake   up  india ppt
Wake up india ppt
 
Great Value India
Great Value IndiaGreat Value India
Great Value India
 
1\9.SSIS 2008R2_Training - Introduction to SSIS
1\9.SSIS 2008R2_Training - Introduction to SSIS1\9.SSIS 2008R2_Training - Introduction to SSIS
1\9.SSIS 2008R2_Training - Introduction to SSIS
 
Sam zavosh, real estate prestige
Sam zavosh, real estate prestigeSam zavosh, real estate prestige
Sam zavosh, real estate prestige
 
Constitucional de los derechos fundamentales e internet
Constitucional de los derechos fundamentales e internetConstitucional de los derechos fundamentales e internet
Constitucional de los derechos fundamentales e internet
 
Project 03
Project 03Project 03
Project 03
 
Nursing Resume2
Nursing Resume2Nursing Resume2
Nursing Resume2
 
Infografia
InfografiaInfografia
Infografia
 

Similar to Mastering the 80% of Analytics: What Data Scientists Really Do

Predict oscars (4:17)
Predict oscars (4:17)Predict oscars (4:17)
Predict oscars (4:17)Thinkful
 
Machine learning, biomarker accuracy and best practices
Machine learning, biomarker accuracy and best practicesMachine learning, biomarker accuracy and best practices
Machine learning, biomarker accuracy and best practicesPradeep Redddy Raamana
 
IBANK - Big data www.ibank.uk.com 07474222079
IBANK - Big data www.ibank.uk.com 07474222079IBANK - Big data www.ibank.uk.com 07474222079
IBANK - Big data www.ibank.uk.com 07474222079ibankuk
 
Altron presentation on Emerging Technologies: Data Science and Artificial Int...
Altron presentation on Emerging Technologies: Data Science and Artificial Int...Altron presentation on Emerging Technologies: Data Science and Artificial Int...
Altron presentation on Emerging Technologies: Data Science and Artificial Int...Robert Williams
 
Big Data Real Time Training in Chennai
Big Data Real Time Training in ChennaiBig Data Real Time Training in Chennai
Big Data Real Time Training in ChennaiVijay Susheedran C G
 
Big Data 101 - An introduction
Big Data 101 - An introductionBig Data 101 - An introduction
Big Data 101 - An introductionNeeraj Tewari
 
Data Science 101
Data Science 101Data Science 101
Data Science 101ideatoipo
 

Similar to Mastering the 80% of Analytics: What Data Scientists Really Do (20)

Data analytics, a (short) tour
Data analytics, a (short) tourData analytics, a (short) tour
Data analytics, a (short) tour
 
Data Mining Lecture_2.pptx
Data Mining Lecture_2.pptxData Mining Lecture_2.pptx
Data Mining Lecture_2.pptx
 
Ml - A shallow dive
Ml  - A shallow diveMl  - A shallow dive
Ml - A shallow dive
 
AL slides.ppt
AL slides.pptAL slides.ppt
AL slides.ppt
 
Data Science Sneak Peak
Data Science Sneak PeakData Science Sneak Peak
Data Science Sneak Peak
 
Learning from data
Learning from dataLearning from data
Learning from data
 
Predictive Analysis
Predictive AnalysisPredictive Analysis
Predictive Analysis
 
Predict oscars (4:17)
Predict oscars (4:17)Predict oscars (4:17)
Predict oscars (4:17)
 
Machine learning, biomarker accuracy and best practices
Machine learning, biomarker accuracy and best practicesMachine learning, biomarker accuracy and best practices
Machine learning, biomarker accuracy and best practices
 
IBANK - Big data www.ibank.uk.com 07474222079
IBANK - Big data www.ibank.uk.com 07474222079IBANK - Big data www.ibank.uk.com 07474222079
IBANK - Big data www.ibank.uk.com 07474222079
 
Big data
Big dataBig data
Big data
 
CS194Lec0hbh6EDA.pptx
CS194Lec0hbh6EDA.pptxCS194Lec0hbh6EDA.pptx
CS194Lec0hbh6EDA.pptx
 
Altron presentation on Emerging Technologies: Data Science and Artificial Int...
Altron presentation on Emerging Technologies: Data Science and Artificial Int...Altron presentation on Emerging Technologies: Data Science and Artificial Int...
Altron presentation on Emerging Technologies: Data Science and Artificial Int...
 
Big Data Real Time Training in Chennai
Big Data Real Time Training in ChennaiBig Data Real Time Training in Chennai
Big Data Real Time Training in Chennai
 
Big Data 101 - An introduction
Big Data 101 - An introductionBig Data 101 - An introduction
Big Data 101 - An introduction
 
Data Science 101
Data Science 101Data Science 101
Data Science 101
 
Big data
Big dataBig data
Big data
 
Big data
Big dataBig data
Big data
 
Hadoop PDF
Hadoop PDFHadoop PDF
Hadoop PDF
 
machine learning
machine learningmachine learning
machine learning
 

Recently uploaded

代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 

Recently uploaded (20)

代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 

Mastering the 80% of Analytics: What Data Scientists Really Do