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


How It Works

  1. Prepare predictions: Create a CSV with patient_id and predicted_scores for ALL 50 test patients
  2. Authenticate: Select your team and enter your authentication key
  3. Submit: Upload your CSV file (5 submissions per day max)
  4. 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!