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
The default download seems not to have this name available in pybasicbayes.distributions, and the latest version does not either. The failure is under python3. Under python2 the import works.
The text was updated successfully, but these errors were encountered:
`DiagonalRegression` is relatively new and may not be in the latest version
on pypi. @mattjj can you look into updating the release version?
Eliot, in the meantime please do the following
git clone [email protected]:mattjj/pybasicbayes.git
cd pybasicbayes
pip install -e .
This will install from source.
The default download seems not to have this name available in pybasicbayes.distributions, and the latest version does not either. The failure is under python3. Under python2 the import works.
The text was updated successfully, but these errors were encountered: