py-why / causal-learn

Causal Discovery in Python. It also includes (conditional) independence tests and score functions.
https://causal-learn.readthedocs.io/en/latest/
MIT License
1.04k stars 174 forks source link

Slightly improve the user experience of GRaSP. #174

Closed X3ZvaWQ closed 3 months ago

X3ZvaWQ commented 3 months ago
  1. Provided the correct return value type hint for the GRaSP method.
  2. Provided a "verbose" parameter to disable the output of the GRaSP method in stdout.