Skip to content

Commit 4e1946b

Browse files
authored
Merge pull request #135 from purna135/add_abuzar_event
Add abuzar event
2 parents 778a06b + fa0e1ce commit 4e1946b

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

data/events.toml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
video3SocialLink = ""
179179
eventOrder = 8
180180
eventType = "past"
181-
featured = true
181+
featured = false
182182

183183
[[event]]
184184
dataTime = "August 21st 2023"
@@ -222,4 +222,26 @@
222222
video3SocialLink = "https://youtu.be/4Cul2rWLLhM"
223223
eventOrder = 10
224224
eventType = "past"
225+
featured = true
226+
227+
[[event]]
228+
dataTime = "Nov 20th 2023"
229+
title = "The Only Constant is Change"
230+
subtitle = "Bespoke Changepoint Modelling in PyMC"
231+
place = "Online"
232+
description = "Dynamic data are all around us. Changepoint models allow us to know when changes happen in these data and what they look like. Probabilistic modelling allows us to elegantly build customizable changepoint models for different data types, as well as provide us with uncertainty estimates for the position and magnitude of the change (both indispensable quantities for decision-making and hypothesis testing). This tutorial will briefly cover building changepoint models for multivariate data using PyMC but will primarily focus on the ways in which this “basic” model can be extended. <br><br>This tutorial is targeted towards academic researchers, data scientists, and anyone interested in being able to easily build bespoke models which provide uncertainty estimates for inferred statistics. This talk will attempt to be accessible to beginners but leans towards more intermediate users interested in changepoint modelling. Previous experience with PyMC, and a background in statistical modelling is assumed. No libraries other than PyMC and the basic scientific stack (numpy, scipy, matplotlib) will be used. <br><br>The tutorial aims to be hands-on, will discuss some theory to provide context for the models discussed, and will be heavy on understanding code to construct the “guts” of the models (in particular, selection of distributions for modelling the emissions and changepoint locations, and the details of the tensor manipulation to put everything together)."
233+
bannerImgPath = "/images/events/pymcon_abuzar.png"
234+
speakerName = "Abuzar Mahmood"
235+
speakerImgPath = "/images/speakers/abuzar.jpeg"
236+
speakerSocialLink = "https://abuzarmahmood.github.io"
237+
readMoreURL = "https://discourse.pymc.io/t/13251"
238+
meetupLink = "https://www.meetup.com/pymc-online-meetup/events/297203071/"
239+
video1Name = "Interview video"
240+
video1SocialLink = "https://www.youtube.com/watch?v=ySF3X45XRyQ"
241+
video2Name = "Async Talk"
242+
video2SocialLink = ""
243+
video3Name = "Live Q&A"
244+
video3SocialLink = ""
245+
eventOrder = 11
246+
eventType = "upcoming"
225247
featured = true
2.64 MB
Loading

static/images/speakers/abuzar.jpeg

118 KB
Loading

0 commit comments

Comments
 (0)