Research Article

Predictive Model for Diagnosis of Gestational Diabetes in the Kurdistan Region by a Combination of Clustering and Classification Algorithms: An Ensemble Approach

Table 7

Hyperparameters of classification algorithms.

AlgorithmsHyperparametersDescriptionValue

1Decision treemax_depthMaximum depth of the tree“none”
min_samples_splitMinimum number of samples required to split an internal node2
min_samples_leafMinimum number of samples required to be at a leaf node1
criterionFunction to measure the quality of a split“gini”
max_featuresNumber of features to consider when looking for the best split“sqrt '

2Random forestn_estimatorsNumber of trees in the forest.100
max_depthMaximum depth of the tree“none”
min_samples_splitMinimum number of samples required to split an internal node2
min_samples_leafMinimum number of samples required to be at a leaf node1
criterionFunction to measure the quality of a split“gini”
max_featuresNumber of features to consider when looking for the best split“sqrt”

3SVMCStrength of the regularization is inversely proportional to C1.0
KernelSpecifies the kernel type to be used in the algorithm“rbf”
4KNNn_neighborsNumber of neighbors for decision making to classification5

5Logistic regressionSolverAlgorithm to use in the optimization problem“lbfgs”
penaltySpecify the norm of the penalty“elasticnet”

6Naïve BayespriorsPrior probabilities of the classes (depend of data)“n_classes”
var_smoothingPortion of the largest variance of all features1e-9