Coder Social home page Coder Social logo

pmisiakos / causalbench-moebius Goto Github PK

View Code? Open in Web Editor NEW

This project forked from causalbench/causalbench-starter

0.0 0.0 0.0 245 KB

Submission to the CausalBench challenge with title: "Learning Gene Regulatory Networks under Few Root Causes Assumption.

License: MIT License

Shell 8.32% Python 91.21% Dockerfile 0.47%

causalbench-moebius's Introduction

CausalBench ICLR-23 Challenge

We provide the implementation of MÖBIUS method submitted to the ICLR 2023 CausalBench competition. Our work with title "Learning Gene Regulatory Networks under Few Root Causes Assumption" was awarded the 3rd prize in the competition and was presented in the Machine Learning for Drug Discovery workshop.

Install

pip install -r requirements.txt

Use

How to Evaluate MÖBIUS?

To run a custom graph inference function, set --model_name="custom" and --inference_function_file_path to the file path that contains your custom graph inference function (e.g. grnboost.py in this repo). You are given two starter implementations to choose from in src/, grnboost.py and dcdi.py. Your mission is to choose one of them and fine tune them to improve their performance. Hints on potential ways to improve the methods can be found directly in the code.

You should evaluate your method with the following command:

causalbench_run \
    --dataset_name weissmann_rpe1 \
    --output_directory ./output \
    --data_directory /path/to/data/storage \
    --training_regime partial_interventional \
    --partial_intervention_seed 0 \
    --fraction_partial_intervention $FRACTION \
    --model_name custom \
    --inference_function_file_path ./src/main.py \
    --subset_data 1.0 \
    --model_seed 0 \
    --do_filter

License

License

Authors

Panagiotis Misiakos, Chris Wendler and Markus Püschel

Computer Science Department, ETH Zurich.

causalbench-moebius's People

Contributors

d909b avatar causalbench 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.