felixleopoldo / benchpress

A Snakemake workflow to run and benchmark structure learning (a.k.a. causal discovery) algorithms for probabilistic graphical models.
https://benchpressdocs.readthedocs.io
GNU General Public License v2.0
65 stars 17 forks source link

Added cdt package and CAM algorithm. #112

Closed dmachlanski closed 7 months ago

dmachlanski commented 8 months ago

Adding the CAM algorithm from the CDT package. There are more algorithms available within the package but I've personally tested only CAM.

Please let me know if there is anything important that I forgot to include in the commit.

dmachlanski commented 7 months ago

Hi Felix, I've addressed your comments in the latest commit. I've also changed the branch to 'dev' instead of 'master' as I think I missed that previously as well.

dmachlanski commented 7 months ago

Would you like me to generate the docs for this one as well?

felixleopoldo commented 7 months ago

Hi Damian, Nice, yeah if you could generate docs for this one as well it would be great.

dmachlanski commented 7 months ago

Docs now generated.

felixleopoldo commented 7 months ago

Thanks, I'm trying to build a Docker image for ARM64, waiting for response.

felixleopoldo commented 6 months ago

Hi Damian

Did you try the cdt_cam modue using "score": "linear" ?