๐Ÿ† MetaboNet Glucose Prediction Leaderboard

Welcome to the MetaboNet Glucose Prediction Leaderboard!

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

The ground truth is publicly released evaluation data. If you download the evaluation script and data to test your model locally, you should get exactly the same results. The download links are at the bottom of this page.

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 .parquet file.
  4. Navigate to the Live Leaderboard tab to see your results on the leaderboard.

File Format Requirements:

Submit a .parquet file using the provided predictions template. The file must contain the following columns:

  • id, source_file, date โ€” must be left unchanged from the template
  • pred_30, pred_60, pred_90, pred_120 โ€” your model's glucose predictions (mg/dL) at 30, 60, 90, and 120 minutes ahead, respectively

The submission must have exactly the same number of rows as the template. Do not add, remove, or reorder rows.

Submission Policy:

You can submit multiple times. Your new score will automatically overwrite your previous score on the leaderboard. You can only make one submission every one minute. This is a tentative frequency limit and will be updated later.