Giter Club home page Giter Club logo

anti-pd1-dream-examples's Introduction

Anti-PD1-DREAM-Examples

Overview

Here we describe how to build and locally run example models provided for Challenge Question 1 of the Anti-PD1 DREAM Challenge.

Dockerizing the model

  1. Start by cloning this repository.

  2. Go to one of the example folders

  3. Build the Docker image that will contain the model with the following command:

    docker build -t awesome-antipd1-q1-model:v1 .

Run the model locally on synthetic data

  1. Go to the page of the synthetic dataset provided by the Anti-PD1 DREAM challenge. This page provides useful information about the format and content of the synthetic data.

  2. Download the file CM_026_formatted_synthetic_data_subset.tar to the location of this example folder (only available to registered participants).

  3. Extract the content of the archive

    $ tar xvf CM_026_formatted_synthetic_data_subset.tar
    x CM_026_formatted_synthetic_data_subset/
  4. Create an output folder

    mkdir output
  5. Run the dockerized model

    docker run \
        -v $(pwd)/CM_026_formatted_synthetic_data_subset/:/data:ro \
        -v $(pwd)/output:/output:rw \
        awesome-antipd1-q1-model:v1
  6. The predictions generated are saved to /output/predictions.csv.

    $ cat output/predictions.csv
    patientID,prediction
    p267,100
    p315,10
    p15,4
    ...
    

Submit this model to the Anti-PD1 DREAM Challenge

This model meets the requirements for models to be submitted to Question 1 of the Anti-PD1 DREAM Challenge. Please see this page for instructions on how to submit this model.

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.