Model | Type | Interpretability | Implementation | R Package |
---|---|---|---|---|
Split made by triage levels1 | Rules | Glass box | Paper based | Base R |
Simple classification tree2 | Tree based | Glass box | Paper based | rpart |
Logistic regression | Regression | Glass box | Integrated in HIS | glm |
Naive bayes | Bayesian | Glass box | Integrated in HIS | klaR |
Complex classification tree | Tree based | Glass box | Integrated in HIS | rpart |
Random forest | Tree based ensemble | Black box | Integrated in HIS | ranger |
XGboost [21] | Tree based ensemble | Black box | Integrated in HIS | xgboost |
Tabnet [22] | Deep learning | Black box | Integrated in HIS | torch |
Tensor Flow through Keras | Deep learning | Black box | Integrated in HIS | keras |