Publications by R on Just be-cause

Better A/B testing with survival analysis

09.07.2024

Pic by author – using DALL-E 3 When running experiments don’t forget to bring your survival kit I’ve already made the case in several blog posts (part 1, part 2, part 3) that using survival analysis can improve churn prediction. In this blog post I’ll show another use case where survival analysis can improve on common practices: A/B testing...

1004 sym

“Correlation does not imply causation”. So what does?

07.02.2019

Machine learning applications have been growing in volume and scope rapidly over the last few years. What’s Causal inference, how is it different than plain good ole’ ML and when should you consider using it? In this report I try giving a short and concrete answer by using an example. A typical data science task Imagine we’re tasked by the...

6474 sym 8 img 4 tbl

“Correlation is not causation”. So what is?

07.02.2019

Intro Machine learning applications have been growing in volume and scope rapidly over the last few years. What’s Causal inference, how is it different than plain good ole’ ML and when should you consider using it? In this report I try giving a short and concrete answer by using an example. A typical data science task Imagine we’re tasked ...

6354 sym 8 img 4 tbl

“X affects Y”. What does that even mean?

12.03.2019

On my last post I gave an intuitive demonstration of what’s causal inference and how it’s different than classic ML. After receiving some feedback I realize that while the post was easy to digest, some confusion remains. In this post I’ll delve a bit deeper into what the “causal” in Causal Inference actually means. Analyzing the effect...

10471 sym 6 img

“X affects Y”. What does that even mean?

12.03.2019

On my last post I gave an intuitive demonstration of what’s causal inference and how it’s different than classic ML. After receiving some feedback I realize that while the post was easy to digest, some confusion remains. In this post I’ll delve a bit deeper into what the “causal” in Causal Inference actually means. Analyzing the effect...

10471 sym 6 img

Causal inference bake off (Kaggle style!)

19.05.2019

Intro On my last few posts I’ve tried answering high level questions such as “What is Causal inference?”, “How is it different than ML?” and “When should I use it?”. In this post we finally get our hands dirty with some Kaggle style Causal Inference algorithms bake off! In this competition I’ll pit some well known ML algorithms vs...

15247 sym 12 img 6 tbl

Causal inference bake off (Kaggle style!)

19.05.2019

Intro On my last few posts I’ve tried answering high level questions such as “What is Causal inference?”, “How is it different than ML?” and “When should I use it?”. In this post we finally get our hands dirty with some Kaggle style Causal Inference algorithms bake off! In this competition I’ll pit some well known ML algorithms vs...

15335 sym 10 img 6 tbl

My 2 cents on the “R vs Python” squabble

10.07.2019

Intro In this post I’ll make an exception and instead of sharing my research I’ll chime in on the never ending “R vs Python” squabble. The tl;dr version is: R is superior to Python for doing data science If you’re a newcomer to data science you should probably learn Python. OK, so “what is data science” is probably the title of ev...

5680 sym 2 img

My 2 cents on the “R vs Python” squabble

10.07.2019

Intro In this post I’ll make an exception and instead of sharing my research I’ll chime in on the never ending “R vs Python” squabble. The tl;dr version is: R is superior to Python for doing data science If you’re a newcomer to data science you should probably learn Python. OK, so “what is data science” is probably the title of ev...

5680 sym 2 img

“Real life” DAG simulation using the simMixedDAG package

22.07.2019

Intro I’ve discussed on several blog posts how Causal Inference involves making inference about unobserved quantities and distributions (e.g. we never observe \(Y|do(x)\)). That means we can’t benchmark different algorithms on Causal Inference tasks (e.g \(ATE/CATE\) estimation) the same way we do in ML because we don’t have any ground tru...

8455 sym R (4905 sym/14 pcs) 28 img 6 tbl