Diviyan Kalainathan
Diviyan Kalainathan
I'll keep this issue open to keep track of the documentation update !
Hello, Okay, it seems that the process isn't seeing the RCIT package.. Did you install it from my fork or with install_packages ? My fork has some fittings done to...
Have you installed pcalg and kpcalg ?
Great, I'll close the issue.
Hello ! The (k)pcalg dependencies are R-dependencies and not python dependencies, thus not installable with pip but rather with: ```bash $ Rscript -e 'install.packages("BiocManager")' $ Rscript -e 'BiocManager::install(c("CAM", "SID", "bnlearn",...
Three packages are tested when trying to import cdt.causality.graph.PC : ```python if not (RPackages.pcalg and RPackages.kpcalg and RPackages.RCIT): raise ImportError("R Package (k)pcalg/RCIT is not available. " "RCIT has to be...
Hello, The line raising this error is here : https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/cdt/causality/graph/PC.py#L175 Best, Diviyan
Hello ! Damn these packages are not maintained anymore. I think the best way to solve these issues is to download/install all packages from CRAN. I will make a new...
Hello again ! Can you try this ? First using sudo, some packages needed : ```sh apt-get install build-essential -y --allow-unauthenticated apt-get install libv8-dev -y --allow-unauthenticated apt-get install libcurl4-openssl-dev -y...
Hello, i'm using 3.6.3 without much issues, could you show your error message ?