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
Some of the test_server_logprob_normalized() tests in server_test.py are marked xfail.
Possible solution
One way to fix this might be to use a different representation of the feature-latent matrices. Right now we're using matrices P(feature|latent), which is likely the problem.
The text was updated successfully, but these errors were encountered:
This is problematic for multiple reasons:
server.correlation()
in Implement server.entropy() and server.correlation() #7 .Some of the
test_server_logprob_normalized()
tests inserver_test.py
are markedxfail
.Possible solution
One way to fix this might be to use a different representation of the feature-latent matrices. Right now we're using matrices
P(feature|latent)
, which is likely the problem.The text was updated successfully, but these errors were encountered: