Delete transfer_protocol.md
Browse files- transfer_protocol.md +0 -48
transfer_protocol.md
DELETED
|
@@ -1,48 +0,0 @@
|
|
| 1 |
-
# Cross-Regime Transfer Evaluation Protocol
|
| 2 |
-
|
| 3 |
-
This protocol defines how cross-regime experiments are performed.
|
| 4 |
-
|
| 5 |
-
---
|
| 6 |
-
|
| 7 |
-
# Step 1 — Train Model
|
| 8 |
-
|
| 9 |
-
Train a model using the train.csv file from a selected dataset.
|
| 10 |
-
|
| 11 |
-
Example:
|
| 12 |
-
|
| 13 |
-
Train dataset:
|
| 14 |
-
|
| 15 |
-
clinical-hemodynamic-collapse-v0.1
|
| 16 |
-
|
| 17 |
-
---
|
| 18 |
-
|
| 19 |
-
# Step 2 — Generate Predictions
|
| 20 |
-
|
| 21 |
-
Generate predictions for the test.csv of another dataset.
|
| 22 |
-
|
| 23 |
-
Prediction format:
|
| 24 |
-
|
| 25 |
-
scenario_id,prediction
|
| 26 |
-
|
| 27 |
-
Example:
|
| 28 |
-
|
| 29 |
-
MC101,0
|
| 30 |
-
MC102,1
|
| 31 |
-
|
| 32 |
-
---
|
| 33 |
-
|
| 34 |
-
# Step 3 — Evaluate Predictions
|
| 35 |
-
|
| 36 |
-
Use the official scorer from the target dataset repository.
|
| 37 |
-
|
| 38 |
-
Example:
|
| 39 |
-
|
| 40 |
-
python scorer.py --predictions predictions.csv --truth data/test.csv --output metrics.json
|
| 41 |
-
|
| 42 |
-
---
|
| 43 |
-
|
| 44 |
-
# Step 4 — Record Results
|
| 45 |
-
|
| 46 |
-
Record the F1 score in the transfer matrix.
|
| 47 |
-
|
| 48 |
-
These scores are used to compute the Transfer Stability Score.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|