Skip to main content
. 2022 Oct 28;12:18134. doi: 10.1038/s41598-022-22644-9

Table 1.

Machine learning model’s hyperparameter.

Classifier Hyperparameter value
LR random_state = 9
LDA solver = ’svd’
KNN n_neighbors = 5
DT Estimators = 100
RF n_estimators = 200, random_state = 0
GaussianNB var_smoothing = 1e−09
SVM Kernel = ’linear’, c = 1, random_state = 0