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
I went thru the git clone and python setup.py install steps. no errors, but there is no apps subdirectory, and mlnquery and mlnlearn are not found any where.
How to get those built or downloaded?
The text was updated successfully, but these errors were encountered:
since I don't see the tools, I did python mlnlearn.py like it said in issue 24, but I get
File "/home/bruce/anaconda3/envs/pracmln/lib/python3.6/site-packages/pracmln/mln/learning/bpll.py", line 41, in
from ..util import fsum, temporary_evidence
ImportError: cannot import name 'fsum'
This I don't know how to work around. it's in the bpll.py code. There is a try exception section importing either mpmath or math. what can be wrong there?
I went thru the git clone and python setup.py install steps. no errors, but there is no apps subdirectory, and mlnquery and mlnlearn are not found any where.
How to get those built or downloaded?
The text was updated successfully, but these errors were encountered: