Will Townes

Results 47 comments of Will Townes

By the way here is a similar idea as what you are suggesting applied to unsupervised clustering: https://arxiv.org/abs/1510.05491

Sounds like y'all are doing some really interesting work! Unfortunately the bottom line is I will probably not be able to add this feature anytime soon. However, I'll keep the...

if anyone is interested in this, please note the deviance functions are now available in the [scry bioconductor package](https://bioconductor.org/packages/release/bioc/html/scry.html). Leaving the issue open to remind myself to port it over...

awesome! As I mentioned in #1 I want to change everything to be row-oriented instead of column-oriented as well. Also, the optimizer is out of date (in the R version...

Thanks for asking, I unfortunately haven't had the bandwidth to make much progress on this repository. I would recommend using the method of @jlause et al which is very similar...

possibly related to #14

@les-klimczak thanks for bringing this to my attention. I was able to reproduce it. Please try installing from github using `pip install git+https://github.com/willtownes/glmpca-py.git@master`. Even if statsmodels has not been previously...

yes that's correct I haven't done the release yet as I need to fix some CI problems but from #14 I changed the package to only expose the glmpca module...

Thanks for your kind words! I regret that I haven't had enough time to implement the residuals stuff in python yet. If you are open to using R for your...

Hi Jan, thanks for your interest. Yes that is on the to-do list. Basically all the changes in v0.2 of the R package I want to port over to python...