thobanster

Results 2 issues of thobanster

The [r2_score](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html) method in sklearn has a force_finite flag which defaults to True in order to avoid infinite and NaN values when the TSS happens to be 0. The analogous...

new feature

I'm trying to fit Tweedie and Poisson based GLMs to data that is heavy in 0 values. When fitting a GLM with a log link, the glum code tries to...