Skip to content

fileNotFoundError: "domain_knowledge.yaml". When using RCAEngine #54

Description

@Supamongkol

Hi
When I run this code
from pyrca.applications.example.rca import RCAEngine engine = RCAEngine() engine.build_causal_graph( df=df, run_pdag2dag=True, max_num_points=5000000, verbose=True ) bn = engine.train_bayesian_network(dfs=[df]) bn.print_probabilities()
I found this error "FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\ASUS\anaconda3\lib\site-packages\pyrca\applications\example\configs/domain_knowledge.yaml'".
Please help me
Thank you very much
.
(Note, I used df.csv yours)

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