๐ 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:
- Navigate to the Submit Predictions tab.
- Log in using your Hugging Face account (this secures your submission and prevents impersonation).
- Upload your predictions as a
.csvfile.
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).