Hello All,
I implemented the following predictive study described in the table below. Mainly I have two doubts:
- Which is the most appropriate metric to report the performance of the model, the CV or test AUROC?
- Which of the configured hyperparameters correspond to the ROC curve plotted?
Regards,
Alonso
Table with study specification
Definition | Value |
---|---|
Algorithm | Gradient Boosting Machine |
Hyper-parameters | ntree:5000, max depth:4 or 7 or 10 and learning rate: 0.001 or 0.01 or 0.1 or 0.9 |
Covariates | Gender, Age, Age Group, Measurement Value (<5, <10) |
Data split | 75% train, 25% test. Randomly assigned by person |
Results