GithubHelp home page GithubHelp logo

vmalgi / evaluation-2024 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from physionetchallenges/evaluation-2024

0.0 0.0 0.0 79 KB

Evaluation code for the PhysioNet Challenge 2024

License: BSD 2-Clause "Simplified" License

Python 95.59% MATLAB 3.66% Dockerfile 0.76%

evaluation-2024's Introduction

Scoring code for the George B. Moody PhysioNet Challenge 2024

This repository contains the Python and MATLAB evaluation code for the George B. Moody PhysioNet Challenge 2024.

The evaluate_model script evaluates the outputs of your models using the evaluation metric that is described on the webpage for the 2024 Challenge. This script reports multiple evaluation metrics, so check the scoring section of the webpage to see how we evaluate and rank your models.

Python

You can run the Python evaluation code by installing the NumPy package and running the following command in your terminal:

python evaluate_model.py -d labels -o outputs -s scores.csv

where

  • labels (input; required) is a folder with labels for the data, such as the training data on the PhysioNet Challenge webpage;
  • outputs (input; required) is a folder containing files with your model's outputs for the data; and
  • scores.csv (output; optional) is a collection of scores for your model.

MATLAB

You can run the MATLAB evaluation code by installing Python and the NumPy package and running the following command in MATLAB:

evaluate_model('labels', 'outputs', 'scores.csv')

where

  • labels (input; required) is a folder containing files with the labels for the data, such as the training data on the PhysioNet Challenge webpage;
  • outputs (input; required) is a folder containing files with outputs produced by your model for the data; and
  • scores.csv (output; optional) is a collection of scores for your model.

Troubleshooting

Unable to run this code with your code? Try one of the example codes on the training data. Unable to install or run Python? Try Python, Anaconda, or your package manager.

How do I learn more?

Please see the Challenge website for more details. Please post questions and concerns on the Challenge discussion forum.

Useful links

evaluation-2024's People

Contributors

matthewreyna avatar vmalgi 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.