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 am currently working through the paper Learning Optimal Bayesian Networks: A Shortest Path Perspective, but code included in your paper (urlearning-cpp-8-24-2014 -> urlearning-cpp-673f203f44b9) can not calculate score. So I did some digging and found a bitbucket repo and this Github repo. Few questions:
N.B. I am using a docker image for urlearning testing, the image is Ubuntu 18.04
This repo no longer seem active, and so was the bitbucket repo. Which one is the latest version? I am guessing this repo and rather than the one hosting on bitbucket?
Got the same compilation errors stated in Issues compiling score #27 and some more, @bmmalone could you be kind enough to specify dependencies? I got boost_1_63 from your bazel file but did not catch your gcc/g++ version for compilation. Which version did you use?
I did managed to compile the whole bitbucket project before (through replacing buggy files with files on Github). But I was unable to calculate score. Some weird boost error appears:
Have you ever been able to use score and had no trouble calculating .csv files at all? Which .csv data did you try? Because it seems to me score is currently unusable...
Looking forward for your reply, thanks in advance!
Hi @bmmalone :
I am currently working through the paper Learning Optimal Bayesian Networks: A Shortest Path Perspective, but code included in your paper (
urlearning-cpp-8-24-2014->urlearning-cpp-673f203f44b9) can not calculatescore. So I did some digging and found a bitbucket repo and this Github repo. Few questions:N.B. I am using a docker image for urlearning testing, the image is Ubuntu 18.04
boost_1_63from your bazel file but did not catch your gcc/g++ version for compilation. Which version did you use?scoreand had no trouble calculating.csvfiles at all? Which.csvdata did you try? Because it seems to mescoreis currently unusable...Looking forward for your reply, thanks in advance!