Matthias Schmidtblaicher

Results 16 comments of Matthias Schmidtblaicher

I thought of giving this a shot, but first we need to clarify something: the Cox partial likelihood is not an EDM. The solvers in glum are built around the...

Thanks for the cool tutorial and for the offer to help out here. With the upcoming release of glum v3, there will be two main user interfaces: 1. The current...

I think I managed to reproduce it: ``` import pandas as pd pd.SparseDtype(bool, fill_value=0) ``` after installing the nightly version of pandas raises `ValueError: fill_value must be a valid value...

Thanks! I am also excited for the `formulaic`-based formula interface to be released in v3 as a tool for fast exploratory model building. In my opinion, there is still a...

There is currently no out-of-the-box way to generate confidence intervals for means. But you should be able to do this in a couple of lines if you have estimated a...

I see scope for this feature in glum. Before deciding whether to implement it, we would first need to address some questions though: 1. How could confidence intervals for predictions...

> In most methods, we're able to pass X and y as the first and second positional arguments, so coef_table keeps catching me out. I am fine with changing the...

FYI, CI is currently failing because tabmat 4.0.0 is not available on conda-forge yet. ``` The reported errors are: - Encountered problems while solving: - - nothing provides requested tabmat...