๐Ÿ† MetaboNet Glucose Prediction Leaderboard

Welcome to the MetaboNet Glucose Prediction Leaderboard!

This platform automatically evaluates your model's predictions against our hidden ground truth.

How to participate:

  1. Navigate to the Submit Predictions tab.
  2. Log in using your Hugging Face account (this secures your submission and prevents impersonation).
  3. Upload your predictions as a .csv file.

File Format Requirements:

Your CSV must contain exactly two columns with the exact headers: id and value.

id,value
1,10
2,20
3,99

Note: You can submit multiple times. Your new score will automatically overwrite your previous score on the leaderboard.

Download Evaluation Script: The script for metric calculation can be downloaded here (link TBA).