Skip to content

Causal-cmd documentation has outdated examples #87

@jdramsey

Description

@jdramsey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions