Les Klimczak
Les Klimczak
@willtownes The install from github works in a clean Python3 instance without statsmodels. It exposes only the glmpca object: ``` >>> dir(glmpca) ['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__',...
@willtownes Those helper functions are definitely useful long term. But they are not absolutely required for our initial exploration. Also, we still have the PyPI version with them. We are...
@willtownes We are definitely aware of the R packages and have already crudely translated binomial_deviance_residuals into Python3. Most of our code is now under Python - for deep learning applications...