petrhrobar

Results 3 comments of petrhrobar

I have also tried looking into it, ```python import h5py def save_patsy(patsy_step, filename): """Save the coefficients of a linear model into a .h5 file.""" with h5py.File(filename, 'w') as hf: hf.create_dataset("design_info",...

Hey Vincent, Sorry for my delay and for not providing an example in the first place. Here is a simple example for my use case with small data. I found...

THanks, Matthew! I was actually able to figure it out myself yesterday from a previous issue about this topic. So I guess it kind of boils down to the documentation...