๐Ÿ† 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 .csv file.
  4. Navigate to the Live Leaderboard tab to see your results on the leaderboard.

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

The exact number of lines will be updated later.

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.