How to fit Penalized Splines with the glum library
I recently discovered a new python library for fitting GLMs called glum. This package is developed not only to be fast but also allows custom penalties for different terms in the model, as well as including your own penalty matrix in your model fitting. This could allow us to include...
[Read More]