mbrouns.com

Priors of Great Potential

Common Sense reduced to Priors

Early stopping with PyMC3's sampling callback

When working with PyMC3 you often find yourself looking at a trace that you know isn't going to converge anyway. Wouldn't it be great if there was an automatic way to detect that and stop the sampling process?

sklearn's __init__

As a maintainer of scikit-lego, I often see PR's that want to move attribute validation from the `fit` method into the `__init__`. In this post we'll explore why, in most cases, that won't work as you expect.

More articles »

mbrouns.com