SlideShare uma empresa Scribd logo
1 de 65
Baixar para ler offline
Data Visualization and Analysis in the Florida
Panthers Hockey Organization
Brian Macdonald
Florida Panthers Hockey Club, Sunrise, FL
Data Science SALON, Miami, 2/29/2018
Twitter: @bmacNHL
LinkedIn: bmacNHL
Outline
One specific example that involves hockey and business
data
Outline
One specific example that involves hockey and business
data
Overview of other ways we use data
Renewal prediction
Arena maps
South Florida maps
Outline
One specific example that involves hockey and business
data
Overview of other ways we use data
Renewal prediction
Arena maps
South Florida maps
Future areas of focus
Attendance Model
Goal:
Develop a model for predicting attendance for games using
only information that is known before tickets go on sale.
Attendance Model
Goal:
Develop a model for predicting attendance for games using
only information that is known before tickets go on sale.
This could help answer questions like:
Which games should be in which tiers for variable pricing?
Attendance Model
Goal:
Develop a model for predicting attendance for games using
only information that is known before tickets go on sale.
This could help answer questions like:
Which games should be in which tiers for variable pricing?
What kinds of things could we request when the league is
developing the schedule?
Attendance Model
Goal:
Develop a model for predicting attendance for games using
only information that is known before tickets go on sale.
This could help answer questions like:
Which games should be in which tiers for variable pricing?
What kinds of things could we request when the league is
developing the schedule?
Specific question: Do we prefer good team on a Saturday
and bad team during the week, or a good team during the
week and a bad team on Saturday?"
Attendance Model
Goal:
Develop a model for predicting attendance for games using
only information that is known before tickets go on sale.
This could help answer questions like:
Which games should be in which tiers for variable pricing?
What kinds of things could we request when the league is
developing the schedule?
Specific question: Do we prefer good team on a Saturday
and bad team during the week, or a good team during the
week and a bad team on Saturday?"
What do we want Thanksgiving week?
First, let’s plot some raw data.
Attendance* by game, from 2007-08 to 2016-17, for all 30
teams.
First, let’s plot some raw data.
Attendance* by game, from 2007-08 to 2016-17, for all 30
teams.
*Announced attendance, as published on nhl.com
Snippet
Attendance Data and Model
Two observations
1. For many teams, attendance is relatively flat.
Attendance Data and Model
Two observations
1. For many teams, attendance is relatively flat.
2. Winning matters. See BOS, CHI, LA, NSH, TB, WSH.
Attendance Data and Model
Two observations
1. For many teams, attendance is relatively flat.
2. Winning matters. See BOS, CHI, LA, NSH, TB, WSH.
Model
1. Remove the teams that have flat attendance.
2. That leaves us with ANA, CAR, CBJ, COL, DAL, FLA, NJ,
NSH, NYI, OTT, PHX, STL, and TB.
Attendance Data and Model
Two observations
1. For many teams, attendance is relatively flat.
2. Winning matters. See BOS, CHI, LA, NSH, TB, WSH.
Model
1. Remove the teams that have flat attendance.
2. That leaves us with ANA, CAR, CBJ, COL, DAL, FLA, NJ,
NSH, NYI, OTT, PHX, STL, and TB.
3. Remove a few games unusual characteristics.
European games
Attendance Data and Model
Two observations
1. For many teams, attendance is relatively flat.
2. Winning matters. See BOS, CHI, LA, NSH, TB, WSH.
Model
1. Remove the teams that have flat attendance.
2. That leaves us with ANA, CAR, CBJ, COL, DAL, FLA, NJ,
NSH, NYI, OTT, PHX, STL, and TB.
3. Remove a few games unusual characteristics.
European games
Blizzards
Attendance Data and Model
Two observations
1. For many teams, attendance is relatively flat.
2. Winning matters. See BOS, CHI, LA, NSH, TB, WSH.
Model
1. Remove the teams that have flat attendance.
2. That leaves us with ANA, CAR, CBJ, COL, DAL, FLA, NJ,
NSH, NYI, OTT, PHX, STL, and TB.
3. Remove a few games unusual characteristics.
European games
Blizzards
4. Use several predictor variables (next slide)
Attendance Data and Model
Two observations
1. For many teams, attendance is relatively flat.
2. Winning matters. See BOS, CHI, LA, NSH, TB, WSH.
Model
1. Remove the teams that have flat attendance.
2. That leaves us with ANA, CAR, CBJ, COL, DAL, FLA, NJ,
NSH, NYI, OTT, PHX, STL, and TB.
3. Remove a few games unusual characteristics.
European games
Blizzards
4. Use several predictor variables (next slide)
5. Announced attendance is outcome we’re trying to predict
Predictors
home team, away team
Predictors
home team, away team
day of week, month
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
season opener (Y or N)
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
season opener (Y or N)
same division (Y or N)
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
season opener (Y or N)
same division (Y or N)
same conference (Y or N)
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
season opener (Y or N)
same division (Y or N)
same conference (Y or N)
points during previous year for home/away (lag)
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
season opener (Y or N)
same division (Y or N)
same conference (Y or N)
points during previous year for home/away (lag)
year-to-date points relative to average for home/away.
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
season opener (Y or N)
same division (Y or N)
same conference (Y or N)
points during previous year for home/away (lag)
year-to-date points relative to average for home/away.
day and month interaction (Sundays different in fall?)
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
season opener (Y or N)
same division (Y or N)
same conference (Y or N)
points during previous year for home/away (lag)
year-to-date points relative to average for home/away.
day and month interaction (Sundays different in fall?)
home team and day interaction
Predictors
home team, away team
day of week, month
holiday (Columbus Day, Thanksgiving week, etc., or none.)
season opener (Y or N)
same division (Y or N)
same conference (Y or N)
points during previous year for home/away (lag)
year-to-date points relative to average for home/away.
day and month interaction (Sundays different in fall?)
home team and day interaction
home team and month interaction
(snowbird months good for us?)
Interpretation of results
Impact that each of these variables have on attendance,
Interpretation of results
Impact that each of these variables have on attendance,
independent of all other variables.
Interpretation of results
Impact that each of these variables have on attendance,
independent of all other variables.
For example, we find the effect of day, controlling for all of
the other variables in our model
Interpretation of results
Impact that each of these variables have on attendance,
independent of all other variables.
For example, we find the effect of day, controlling for all of
the other variables in our model
That’s an important point. Example: If teams schedule big
opponents on the weekend, then the effect of a weekend
game could be overstated if we just look at day and ignore
opponent.
Example: day of week
240
1056
786
−245
−582
−565
−690
Sun
Sat
Fri
Thu
Wed
Tue
Mon
−1000 −500 0 500 1000
Announced Attendance
DayOfWeek
Effect of Day Of Week on Attendance
Example: day of week
240
1056
786
−245
−582
−565
−690
Sun
Sat
Fri
Thu
Wed
Tue
Mon
−1000 −500 0 500 1000
Announced Attendance
DayOfWeek
Effect of Day Of Week on Attendance
1. Attendance on Saturday is expected to be 1,056 higher than average,
“holding all other variables constant."
Example: day of week
240
1056
786
−245
−582
−565
−690
Sun
Sat
Fri
Thu
Wed
Tue
Mon
−1000 −500 0 500 1000
Announced Attendance
DayOfWeek
Effect of Day Of Week on Attendance
1. Attendance on Saturday is expected to be 1,056 higher than average,
“holding all other variables constant."
2. The difference between Saturday and Monday is expected to be 1,746
(1,056 + 690).
Example: day of week
240
1056
786
−245
−582
−565
−690
Sun
Sat
Fri
Thu
Wed
Tue
Mon
−1000 −500 0 500 1000
Announced Attendance
DayOfWeek
Effect of Day Of Week on Attendance
1. Attendance on Saturday is expected to be 1,056 higher than average,
“holding all other variables constant."
2. The difference between Saturday and Monday is expected to be 1,746
(1,056 + 690).
3. Not surprising. Stuff we knew. But now we’ve quantified.
Month
1057
852
350
54
−553
−803
−957
Apr
Mar
Feb
Jan
Dec
Nov
Oct
−1000 −500 0 500 1000
Announced Attendance
Month Effect of Month on Attendance
Month
1057
852
350
54
−553
−803
−957
Apr
Mar
Feb
Jan
Dec
Nov
Oct
−1000 −500 0 500 1000
Announced Attendance
Month Effect of Month on Attendance
Attendance increases over the course of the season
Away Team
54
88
273
307
360
583
618
821
1154
1162
1270
−696
−669
−660
−623
−614
−592
−564
−527
−376
−340
−171
−162
−138
−121
−112
−107
−69
−52
−52
−46
STL
OTT
NSH
PHX
CAR
CBJ
MIN
DAL
ATL
CGY
ANA
EDM
NYI
WPG
COL
FLA
T.B
BUF
L.A
S.J
VAN
N.J
WSH
PHI
TOR
MTL
CHI
BOS
PIT
NYR
DET
−1000 0 1000
Announced Attendance
Away
Effect of Away on Attendance
Holidays
491
1049
1214
2092
2232
2918
2110
2111
681
150
905
1748
2570
580
1237
1361
1006
630
177
564
846
−146
−800
−1602
0
Veterans Day
Valentine's Day
Thanksgiving Sun
Thanksgiving Sat
Thanksgiving Fri
Thanksgiving Wed
Thanksgiving Tue
Thanksgiving Mon
Season Opener
Presidents Day
none
MLK Day
Halloween
Good Friday
Election Day
Easter
Dec 31
Dec 30
Dec 29
Dec 28
Dec 27
Dec 26
Dec 23
Dec 22
Columbus Day
−2000 0 2000
Announced Attendance
Holiday
Effect of Holiday on Attendance
Day-month combinations
64
80
90
39
31
43
109
99
262
150
2
12
79
195
84
51
54
220
278
170
23
182
3
288
9
53
−30
−39
−49
−39
−1
−147
−12
−282
−219
−232
−135
−38
−120
−301
−94
−77
−69
−158
−209
−70
−196
−22
−131
Sun.Apr
Sun.Mar
Sun.Feb
Sun.Jan
Sun.Dec
Sun.Nov
Sun.Oct
Sat.Apr
Sat.Mar
Sat.Feb
Sat.Jan
Sat.Dec
Sat.Nov
Sat.Oct
Fri.Apr
Fri.Mar
Fri.Feb
Fri.Jan
Fri.Dec
Fri.Nov
Fri.Oct
Thu.Apr
Thu.Mar
Thu.Feb
Thu.Jan
Thu.Dec
Thu.Nov
Thu.Oct
Wed.Apr
Wed.Mar
Wed.Feb
Wed.Jan
Wed.Dec
Wed.Nov
Wed.Oct
Tue.Apr
Tue.Mar
Tue.Feb
Tue.Jan
Tue.Dec
Tue.Nov
Tue.Oct
Mon.Apr
Mon.Mar
Mon.Feb
Mon.Jan
Mon.Dec
Mon.Nov
Mon.Oct
−200 0 200
Announced Attendance
DayMonth
Effect of Day Month on Attendance
Actual vs Budget for 16-17
5.0
7.5
10.0
12.5
5.0 7.5 10.0 12.5
Budget
Actual
Actual vs Budget for 16−17
Total tickets, tickets 60 days out
Total tickets, tickets 60 days out
Renewal Prediction
Renewal Prediction
88% (n=768)
89% (n=226)
90% (n=136)
82% (n=27)
88% (n=26)
82% (n=11)
Broward
Palm Beach
Miami−Dade
Other FL counties
Northeast States
Canada
0 25 50 75 100 125
Renewal Rate
Region
Show rate
17% (n=12)
43% (n=14)
78% (n=18)
71% (n=24)
70% (n=46)
85% (n=68)
88% (n=112)
87% (n=135)
90% (n=224)
92% (n=345)
95% (n=210)
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1
0 25 50 75 100 125
ShowRate
Win% in games attended
33% (n=24)
70% (n=30)
70% (n=66)
84% (n=144)
89% (n=341)
93% (n=592)
73% (n=11)
0
0.1
0.2
0.3
0.4
0.5
0.6
0 25 50 75 100 125
Renewal Rate
WinsAttP
Average total goals
58% (n=12)
71% (n=14)
59% (n=17)
76% (n=45)
84% (n=31)
78% (n=72)
94% (n=53)
84% (n=147)
94% (n=125)
94% (n=302)
91% (n=242)
93% (n=117)
0.8
1.6
2
2.4
2.8
3.2
3.6
4
4.4
4.8
5.2
5.6
0 25 50 75 100 125
Renewal Rate
TotGoalsAttP
Proportion of 1-goal games
21% (n=14)
79% (n=14)
60% (n=20)
77% (n=30)
79% (n=43)
88% (n=67)
83% (n=72)
86% (n=116)
90% (n=179)
92% (n=258)
94% (n=372)
0
0.1
0.2
0.25
0.3
0.35
0.4
0.45
0.5
0.55
0.6
0 25 50 75 100 125
Renewal Rate
OneGoalAttP
Data visualization
Arena maps
South FL maps
South FL maps
Overview of Hockey Data
Kinds of data
Play by play
Shifts
Shot locations
Overview of Hockey Data
Kinds of data
Play by play
Shifts
Shot locations
What can be done with this data?
Overview of Hockey Data
Kinds of data
Play by play
Shifts
Shot locations
What can be done with this data?
Player performance metrics
Team performance metrics
Data visualization
Data visualization: League data
Data visualization: Team data
Data visualization: Player data
Data visualization: Player data

Mais conteúdo relacionado

Semelhante a Data Science Salon: Data visualization and Analysis in the Florida Panthers Hockey Organization

The Effect of RAT on Wages for Professional Basketball Players 0505.docx upda...
The Effect of RAT on Wages for Professional Basketball Players 0505.docx upda...The Effect of RAT on Wages for Professional Basketball Players 0505.docx upda...
The Effect of RAT on Wages for Professional Basketball Players 0505.docx upda...
Andre Williams
 
Shrm Poll Office Pool Final
Shrm Poll Office Pool FinalShrm Poll Office Pool Final
Shrm Poll Office Pool Final
shrm
 
TechnicalReport_NFLProject_Austin&Ovais
TechnicalReport_NFLProject_Austin&OvaisTechnicalReport_NFLProject_Austin&Ovais
TechnicalReport_NFLProject_Austin&Ovais
Ovais Siddiqui
 
CLanctot_DSlavin_JMiron_Stats415_Project
CLanctot_DSlavin_JMiron_Stats415_ProjectCLanctot_DSlavin_JMiron_Stats415_Project
CLanctot_DSlavin_JMiron_Stats415_Project
Dimitry Slavin
 
Mixed strategies in baseball Part 1
Mixed strategies in baseball Part 1Mixed strategies in baseball Part 1
Mixed strategies in baseball Part 1
GH Powell
 

Semelhante a Data Science Salon: Data visualization and Analysis in the Florida Panthers Hockey Organization (20)

Major League Baseball
Major League BaseballMajor League Baseball
Major League Baseball
 
A Hybrid Constraint Programming And Enumeration Approach For Solving NHL Play...
A Hybrid Constraint Programming And Enumeration Approach For Solving NHL Play...A Hybrid Constraint Programming And Enumeration Approach For Solving NHL Play...
A Hybrid Constraint Programming And Enumeration Approach For Solving NHL Play...
 
The Passion of the Fan: Using Social Media to Predict the NFL Season
The Passion of the Fan: Using Social Media to Predict the NFL SeasonThe Passion of the Fan: Using Social Media to Predict the NFL Season
The Passion of the Fan: Using Social Media to Predict the NFL Season
 
10.1.1.735.795.pdf
10.1.1.735.795.pdf10.1.1.735.795.pdf
10.1.1.735.795.pdf
 
Sports writing
Sports writingSports writing
Sports writing
 
Sports Fan Insights & Innovation
Sports Fan Insights & InnovationSports Fan Insights & Innovation
Sports Fan Insights & Innovation
 
The Effect of RAT on Wages for Professional Basketball Players 0505.docx upda...
The Effect of RAT on Wages for Professional Basketball Players 0505.docx upda...The Effect of RAT on Wages for Professional Basketball Players 0505.docx upda...
The Effect of RAT on Wages for Professional Basketball Players 0505.docx upda...
 
Shrm Poll Office Pool Final
Shrm Poll Office Pool FinalShrm Poll Office Pool Final
Shrm Poll Office Pool Final
 
2010 Office Pool Poll
2010 Office Pool Poll2010 Office Pool Poll
2010 Office Pool Poll
 
TechnicalReport_NFLProject_Austin&Ovais
TechnicalReport_NFLProject_Austin&OvaisTechnicalReport_NFLProject_Austin&Ovais
TechnicalReport_NFLProject_Austin&Ovais
 
NBA Moneyball in Web Application Using R (20160307 MLDM)
NBA Moneyball in Web Application Using R (20160307 MLDM)NBA Moneyball in Web Application Using R (20160307 MLDM)
NBA Moneyball in Web Application Using R (20160307 MLDM)
 
Relations to salary and team contribution in NBA ( 17-18 Season )
Relations to salary and team contribution in NBA ( 17-18 Season )Relations to salary and team contribution in NBA ( 17-18 Season )
Relations to salary and team contribution in NBA ( 17-18 Season )
 
SPORTS AND RECREATION
SPORTS AND RECREATIONSPORTS AND RECREATION
SPORTS AND RECREATION
 
Directed Research MRP
Directed Research MRPDirected Research MRP
Directed Research MRP
 
batterhr-LE
batterhr-LEbatterhr-LE
batterhr-LE
 
Estimating Attendance at Major League Baseball Games for the 2008-2012 Seasons
Estimating Attendance at Major League Baseball Games for the 2008-2012 SeasonsEstimating Attendance at Major League Baseball Games for the 2008-2012 Seasons
Estimating Attendance at Major League Baseball Games for the 2008-2012 Seasons
 
Swot Analysis of the NBA
Swot Analysis of the NBASwot Analysis of the NBA
Swot Analysis of the NBA
 
CLanctot_DSlavin_JMiron_Stats415_Project
CLanctot_DSlavin_JMiron_Stats415_ProjectCLanctot_DSlavin_JMiron_Stats415_Project
CLanctot_DSlavin_JMiron_Stats415_Project
 
Mixed strategies in baseball Part 1
Mixed strategies in baseball Part 1Mixed strategies in baseball Part 1
Mixed strategies in baseball Part 1
 
Identifying Key Factors in Winning MLB Games Using a Data-Mining Approach
Identifying Key Factors in Winning MLB Games Using a Data-Mining ApproachIdentifying Key Factors in Winning MLB Games Using a Data-Mining Approach
Identifying Key Factors in Winning MLB Games Using a Data-Mining Approach
 

Mais de Formulatedby

Data Science Salon: In your own words: computing customer similarity from tex...
Data Science Salon: In your own words: computing customer similarity from tex...Data Science Salon: In your own words: computing customer similarity from tex...
Data Science Salon: In your own words: computing customer similarity from tex...
Formulatedby
 
Data Science Salon: MCL Clustering of Sparse Graphs
Data Science Salon: MCL Clustering of Sparse GraphsData Science Salon: MCL Clustering of Sparse Graphs
Data Science Salon: MCL Clustering of Sparse Graphs
Formulatedby
 

Mais de Formulatedby (20)

Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...
Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...
Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...
 
Data Science Salon: Are you sure you're an ethical technologist?: Build your ...
Data Science Salon: Are you sure you're an ethical technologist?: Build your ...Data Science Salon: Are you sure you're an ethical technologist?: Build your ...
Data Science Salon: Are you sure you're an ethical technologist?: Build your ...
 
Data Science Salon: In your own words: computing customer similarity from tex...
Data Science Salon: In your own words: computing customer similarity from tex...Data Science Salon: In your own words: computing customer similarity from tex...
Data Science Salon: In your own words: computing customer similarity from tex...
 
Data Science Salon: nterpretable Predictive Models in the Healthcare Domain
Data Science Salon: nterpretable Predictive Models in the Healthcare DomainData Science Salon: nterpretable Predictive Models in the Healthcare Domain
Data Science Salon: nterpretable Predictive Models in the Healthcare Domain
 
Data Science Salon: Applications of Embeddings and Deep Learning at Groupon
Data Science Salon: Applications of Embeddings and Deep Learning at GrouponData Science Salon: Applications of Embeddings and Deep Learning at Groupon
Data Science Salon: Applications of Embeddings and Deep Learning at Groupon
 
Data Science Salon: Kaggle 1st Place in 30 minutes: Putting AutoML to Work wi...
Data Science Salon: Kaggle 1st Place in 30 minutes: Putting AutoML to Work wi...Data Science Salon: Kaggle 1st Place in 30 minutes: Putting AutoML to Work wi...
Data Science Salon: Kaggle 1st Place in 30 minutes: Putting AutoML to Work wi...
 
Data Science Salon: Smart Cities
Data Science Salon: Smart Cities Data Science Salon: Smart Cities
Data Science Salon: Smart Cities
 
Data Science Salon: Building a Data Driven Product Mindset
Data Science Salon: Building a Data Driven Product MindsetData Science Salon: Building a Data Driven Product Mindset
Data Science Salon: Building a Data Driven Product Mindset
 
Data Science Salon: Introduction to Machine Learning - Marketing Use Case
Data Science Salon: Introduction to Machine Learning - Marketing Use CaseData Science Salon: Introduction to Machine Learning - Marketing Use Case
Data Science Salon: Introduction to Machine Learning - Marketing Use Case
 
Data Science Salon: Adopting Machine Learning to Drive Revenue and Market Share
Data Science Salon: Adopting Machine Learning to Drive Revenue and Market ShareData Science Salon: Adopting Machine Learning to Drive Revenue and Market Share
Data Science Salon: Adopting Machine Learning to Drive Revenue and Market Share
 
Data Science Salon: Machine Learning for Personalized Cancer Vaccines
Data Science Salon: Machine Learning for Personalized Cancer VaccinesData Science Salon: Machine Learning for Personalized Cancer Vaccines
Data Science Salon: Machine Learning for Personalized Cancer Vaccines
 
Data Science Salon: Building a Data Science Culture
Data Science Salon: Building a Data Science CultureData Science Salon: Building a Data Science Culture
Data Science Salon: Building a Data Science Culture
 
Data Science Salon: Digital Transformation: The Data Science Catalyst
Data Science Salon: Digital Transformation: The Data Science CatalystData Science Salon: Digital Transformation: The Data Science Catalyst
Data Science Salon: Digital Transformation: The Data Science Catalyst
 
Data Science Salon: Quit Wasting Time – Case Studies in Production Machine Le...
Data Science Salon: Quit Wasting Time – Case Studies in Production Machine Le...Data Science Salon: Quit Wasting Time – Case Studies in Production Machine Le...
Data Science Salon: Quit Wasting Time – Case Studies in Production Machine Le...
 
Data Science Salon: Enabling self-service predictive analytics at Bidtellect
Data Science Salon: Enabling self-service predictive analytics at BidtellectData Science Salon: Enabling self-service predictive analytics at Bidtellect
Data Science Salon: Enabling self-service predictive analytics at Bidtellect
 
Data Science Salon: MCL Clustering of Sparse Graphs
Data Science Salon: MCL Clustering of Sparse GraphsData Science Salon: MCL Clustering of Sparse Graphs
Data Science Salon: MCL Clustering of Sparse Graphs
 
Data Science Salon: Applying Machine Learning to Modernize Business Processes
Data Science Salon: Applying Machine Learning to Modernize Business ProcessesData Science Salon: Applying Machine Learning to Modernize Business Processes
Data Science Salon: Applying Machine Learning to Modernize Business Processes
 
Data Science Salon: Deep Learning as a Product @ Scribd
Data Science Salon: Deep Learning as a Product @ ScribdData Science Salon: Deep Learning as a Product @ Scribd
Data Science Salon: Deep Learning as a Product @ Scribd
 
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...
 
Data Science Salon: The Age of Co-creation
Data Science Salon: The Age of Co-creationData Science Salon: The Age of Co-creation
Data Science Salon: The Age of Co-creation
 

Último

FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
MarinCaroMartnezBerg
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
amitlee9823
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
JoseMangaJr1
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 

Último (20)

FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 

Data Science Salon: Data visualization and Analysis in the Florida Panthers Hockey Organization