You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we make pypolyagamma optional, instead of listing it in the install_requires argument to setup in setup.py? It might make the build/install process simpler, though users who want to do count modeling would need to install it separately (with pip install pypolyagamma). We could expand the installation instructions in the README to have these alternatives:
I made pypolyagamma optional in 99677ee. I followed the same design pattern that we used in pylds, namely, using *CountSLDS to cordon off the Pólya-gamma code.
The README still needs to be updated to include this detail.
Should we make pypolyagamma optional, instead of listing it in the
install_requires
argument tosetup
in setup.py? It might make the build/install process simpler, though users who want to do count modeling would need to install it separately (withpip install pypolyagamma
). We could expand the installation instructions in the README to have these alternatives:To install pyslds with pypolyagamma for fast inference in count data models, run
See the pypolyagamma build instructions to consider installing it with OpenMP support.
To install pyslds without pypolyagamma (which you can install separately later), just run
The text was updated successfully, but these errors were encountered: