Richard Border

Results 4 issues of Richard Border

Is regularization possible in competing risk frailty models? The documentation mentions the LASSO in the `ahaz` package, but as far as I can tell, `ahaz` can't handle that sort of...

I would like to be able to use jax's `pjit` to parallelize density / gradient evaluation across multiple GPUs. This would allow [here](https://github.com/tensorflow/probability/blob/main/tensorflow_probability/examples/jupyter_notebooks/Distributed_Inference_with_JAX.ipynb) [here](https://github.com/tensorflow/probability/blob/main/tensorflow_probability/examples/jupyter_notebooks/Distributed_Inference_with_JAX.ipynb) you to perform standard NUTS/HMC when...

discussion

Newer versions of pandas (2+) cause _write_bim and _write_fam to fail. This change ('line_terminator' -> 'lineterminator' in calls to pandas.DataFrame.to_csv) works for both new and old pandas versions.

I'd like to read in plink data to `int8` arrays rather than `float32`. Looking at `_bed_read.py` it seems this could be done at the chunk level by modifying `_read_bed_chunk()`. Are...