Diviyan Kalainathan

Results 120 comments of Diviyan Kalainathan

I think that it should be okaym, I should check the bnlearn doc. There might be some compatibility issues depending on the method. Sorry I was really busy, I'll update...

Hello, Have you installed the packages on the same R installation that is called by CDT ? you can find an installation script for ubuntu here: [https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/install-deps/install-dependencies.sh](https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/install-deps/install-dependencies.sh) (execute it with...

Hello, I updated the docker installation scripts for debian and ubuntu distributions, for R 4.2.1, please check here, it might give you commands to execute on your device : Debian...

Hello, Sorry for the delay, I'll update the image ASAP Best, Diviyan

We had some CICD issues that are being solved, sorry for the wait ! We should be good soon !

Thanks for the feedback; this is concerning. Maybe switching the code to python3 broke something. I should look into it

Sorry for the delay, I've started investigating. There do not seem to be any issues with the features output by the model. I will continue to investigate further. Edit: It...

Hello, In this package, in order to be homogeneous between the various solutions, the output of predict_proba is rescaled between (1 and -1). abs(predict_proba) relates to the confidence of the...

There is an issue in the implementation right there. The score should be contained in [-1,1] and it should represent the percentage of confidence. The -0.999 indicates that the model...

Hello, The sachs dataset was updated at different times, and depending on which period the dataset was used, the ground truth actually changed, thanks to new real-world experiments. Our version...