Skip to content

Commit d2a819b

Browse files
authored
Merge pull request #137 from purna135/add_de_event
Add December Event
2 parents 7b9c139 + 76ab607 commit d2a819b

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
@@ -200,7 +200,7 @@
200200
video3SocialLink = ""
201201
eventOrder = 9
202202
eventType = "past"
203-
featured = true
203+
featured = false
204204

205205
[[event]]
206206
dataTime = "Sept 28th 2023"
@@ -243,5 +243,27 @@
243243
video3Name = "Live Q&A"
244244
video3SocialLink = ""
245245
eventOrder = 11
246+
eventType = "past"
247+
featured = true
248+
249+
[[event]]
250+
dataTime = "Dec 15th 2023 | 7-8 AM PST"
251+
title = "Missing Value Imputation with Item Response Theory"
252+
subtitle = "A Bayesian Bake-Off"
253+
place = "Online"
254+
description = "In many large surveys, not every respondent is asked every question, and not every respondent answers the questions they are asked. So how can we compare people who answer different sets of questions? One solution is to use item response theory (IRT) to impute missing responses -- and nothing goes better with IRT than Bayesian methods! <br><br>In this talk, we report the results of a friendly competition -- a bake-off -- between two approaches to this problem, one using grid algorithms and a simplified model, the other using PyMC and a more detailed model. We'll discuss the implementations, compare the results, and outline their pros and cons."
255+
bannerImgPath = "/images/events/pymcon_allen.png"
256+
speakerName = "Allen Downey & Ricardo Vieira"
257+
speakerImgPath = "/images/speakers/allen.jpg"
258+
speakerSocialLink = "https://allendowney.com/"
259+
readMoreURL = "https://discourse.pymc.io/t/13403"
260+
meetupLink = "https://www.meetup.com/pymc-online-meetup/events/297705345/"
261+
video1Name = "Interview video"
262+
video1SocialLink = ""
263+
video2Name = "Async Talk"
264+
video2SocialLink = ""
265+
video3Name = "Live Q&A"
266+
video3SocialLink = ""
267+
eventOrder = 12
246268
eventType = "upcoming"
247269
featured = true
1.91 MB
Loading

static/images/speakers/allen.jpg

273 KB
Loading

0 commit comments

Comments
 (0)