Open-All-Scale-Causal-Engine / OpenASCE

OpenASCE (Open All-Scale Casual Engine) is a Python package for end-to-end large-scale causal learning. It provides causal discovery, causal effect estimation and attribution algorithms all in one package.
https://openasce.openfinai.org/en-US
Apache License 2.0
62 stars 8 forks source link

Missing file? #7

Open 52wangnan opened 1 month ago

52wangnan commented 1 month ago

In the file "openasce\inference\tree\utils.py", lines 20-21,

"from .gbct_utils.common import data as data_utils" "from .gbct_utils import common, bin"

I can't find the file “gbct_utils" in the same directory.

cuauty commented 1 month ago

Do you want to use the openasce from source code? Because tree algorithm includes the cpp code, you need to run "git submodule update --recursive --init" and build cpp code by "bash scripts/build.sh dev". Details please refer to this link.