Copyright
©The Author(s) 2023.
World J Clin Cases. Nov 26, 2023; 11(33): 7951-7964
Published online Nov 26, 2023. doi: 10.12998/wjcc.v11.i33.7951
Published online Nov 26, 2023. doi: 10.12998/wjcc.v11.i33.7951
Methods | Hyperparameters | Best value | Meaning |
RF | Mtry | 8 | The number of random features used in each tree |
Ntree | 500 | The number of trees in forest | |
CART | Minispilt | 20 | The minimum number of observations required to attempt a split in a node |
Minibucket | 7 | The minimum number of observations in a terminal node | |
Maxdepth | 10 | The maximum depth of any node in the final tree | |
Xval | 10 | Number of cross-validations | |
Cp | 0.03588 | Complexity parameter: The minimum improvement required in the model at each node | |
XGBoost | Nrounds | 100 | The number of tree model iterations |
Max_depth | 3 | The maximum depth of a tree | |
Eta | 0.4 | Shrinkage coefficient of tree | |
Gamma | 0 | The minimum loss reduction | |
Subsample | 0.75 | Subsample ratio of columns when building each tree | |
Colsample_bytree | 0.8 | Subsample ratio of columns when constructing each tree | |
Rate_drop | 0.5 | Rate of trees dropped | |
Skip_drop | 0.05 | Probability of skipping the dropout procedure during a boosting iteration | |
Min_child_weight | 1 | The minimum sum of instance weight | |
NB | Fl | 0 | Adjustment of Laplace smoother |
Usekernel | TRUE | Using kernel density estimate for continuous variable versus a Gaussian density estimate | |
Adjust | 1 | Adjust the bandwidth of the kernel density |
- Citation: Yang CC, Peng CH, Huang LY, Chen FY, Kuo CH, Wu CZ, Hsia TL, Lin CY. Comparison between multiple logistic regression and machine learning methods in prediction of abnormal thallium scans in type 2 diabetes. World J Clin Cases 2023; 11(33): 7951-7964
- URL: https://www.wjgnet.com/2307-8960/full/v11/i33/7951.htm
- DOI: https://dx.doi.org/10.12998/wjcc.v11.i33.7951