natelgrw commited on
Commit
9fe4ec5
·
verified ·
1 Parent(s): 9f5fe4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -21,10 +21,12 @@ The ReTiNA dataset is available at this [Hugging Face Repository](https://huggin
21
 
22
  ## 🤖 Available Models
23
 
 
 
24
  | Model | Architecture | Overall RMSE (s) | Overall MAE (s) | Overall R<sup>2</sup> |
25
  |-----|-----|-----|-----|-----|
26
- | ReTiNA_XGB1 | XGBoost | 182.81 | 119.30 | 0.659 |
27
- | ReTiNA_MLP1 | PyTorch Residual MLP | 202.67 | 141.79 | 0.516 |
28
 
29
  All models were evaluated across rigorous scaffold, cluster, and method splits.
30
 
 
21
 
22
  ## 🤖 Available Models
23
 
24
+ In retention time prediction, we recommend using ReTiNA_XGB1, as it has the highest overall prediction accuracy.
25
+
26
  | Model | Architecture | Overall RMSE (s) | Overall MAE (s) | Overall R<sup>2</sup> |
27
  |-----|-----|-----|-----|-----|
28
+ | **ReTiNA_XGB1** | XGBoost | 182.81 | 119.30 | 0.659 |
29
+ | **ReTiNA_MLP1** | PyTorch Residual MLP | 202.67 | 141.79 | 0.516 |
30
 
31
  All models were evaluated across rigorous scaffold, cluster, and method splits.
32