Survival Prediction Submission Portal
Submit your survival predictions and track your performance on the leaderboard.
Submission Requirements
⚠️ IMPORTANT: You must submit predictions for ALL 50 test patients. Partial submissions will be rejected.
Your CSV file must contain exactly the following columns:
patient_id: Patient IDs from test set (P0007, P0008, P0020, ...)predicted_scores: Predicted survival scores (higher = longer survival)
⚠️ IMPORTANT: The evaluation is based on your predicted survival scores (higher = longer survival) If your model outputs risk scores, invert them: survival_scores = 1 - risk_scores
Rate Limit: 5 submissions per day per team
Submit Predictions
Team Name
Select your team
Leaderboard
Current Rankings
Team 2 | 0.2087 | 50 | 50 | 2025-10-23 14:11:50 |
How It Works
- Prepare predictions: Create a CSV with
patient_idandpredicted_scoresfor ALL 50 test patients - Authenticate: Select your team and enter your authentication key
- Submit: Upload your CSV file (5 submissions per day max)
- Evaluation: C-Index is calculated and your team is ranked
C-Index (Concordance Index):
- Measures how well your model ranks patients by survival time
- Range: 0.0 to 1.0 (higher is better)
- 1.0 = Perfect predictions
- 0.8+ = Excellent
- 0.7-0.8 = Good
- 0.5 = Random (no better than chance)
Note: Higher predicted_scores should indicate longer survival (better prognosis), NOT higher risk!