Your privacy, your choice

We use essential cookies to make sure the site can function. We also use optional cookies for advertising, personalisation of content, usage analysis, and social media.

By accepting optional cookies, you consent to the processing of your personal data - including transfers to third parties. Some third parties are outside of the European Economic Area, with varying standards of data protection.

See our privacy policy for more information on the use of your personal data.

for further information and to change your choices.

Skip to main content

Table 4 Hyperparameter tuning analysis

From: Enhanced interpretable thyroid disease diagnosis by leveraging synthetic oversampling and machine learning models

Technique

Hyperparameter description

LR

random_state=0, max_iter=300, multi_class=‘auto’, C=1.0

LSVM

random_state=0, max_iter=500, multi_class=‘auto’, C=1.0

RF

n_estimators=200, max_depth=200, random_state=0

LGBM

n_estimators=300, boosting_type=‘gbdt’, num_leaves=31, importance_type=‘split’

GRU

loss = ‘binary_crossentropy’, activation=‘sigmoid’, metrics=‘accuracy’, optimizer = ‘adam’, epochs=20

LSTM

loss = ‘binary_crossentropy’, activation=‘sigmoid’, metrics=‘accuracy’, optimizer = ‘adam’, epochs=20