Giter VIP home page Giter VIP logo

d2c_python's Introduction

D2C

Code related to the D2C algorithm introduced in the JMLR paper "From Dependency to Causality: A Machine Learning Approach"

Details in http://jmlr.org/papers/v16/bontempi15a.html

To use it in your R code

  • library(devtools); install_github("gbonte/D2C"); require(D2C)

  • if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

  • BiocManager::install("graph")

  • BiocManager::install("Rgraphviz")

  • BiocManager::install("RBGL")


Trained D2C models

For sake of space the directory /data contains D2C models trained with small number of DAGs.

To change the directory to the one containing scripts

  • setwd(find.package("D2C"))

To go to the directory of the scripts

  • setwd(paste(find.package("D2C"),"scripts",sep="/"))

To list the D2C demos:

  • dir(paste(find.package("D2C"),"scripts/",sep="/"),patt="demo*")

Author

Pr. Gianluca Bontempi

co-Head of the Machine Learning Group

Département d'Informatique

Université Libre de Bruxelles

Boulevard du Triomphe - CP212

1050 Bruxelles, Belgium

email: [email protected]

Office Phone: +32-2-650 55 91

Fax: +32 2 650.56.09

http://mlg.ulb.ac.be

d2c_python's People

Contributors

gbonte avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.