-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Moved to the causal-cmd issues list from the Tetrad issues list.
From a causal-cmd user.
The provided example:
java -jar causal-cmd-1.0.0-jar-with-dependencies.jar --algorithm fges --data-type continuous --dataset Retention.txt --delimiter tab --score sem-bic
Works when changed to:
java -jar causal-cmd-1.3.0-jar-with-dependencies.jar --algorithm fges --data-type continuous --dataset Retention.txt --delimiter tab --score sem-bic-score --skip-latest
Because:
Error: Unable to access jarfile causal-cmd-1.0.0-jar-with-dependencies.jar
No such score 'sem-bic'.
Running version 1.3.0 but the latest version is 1.2.0. To disable checking use the skip-latest option.
Also, I was unable to understand the file containing priors based on the information given on the help page. The included Retention.prior file does not look the same as the example that is shown on the help page.