Research Article

Detecting the Risk of Customer Churn in Telecom Sector: A Comparative Study

Table 1

Configuration space for the hyperparameters of tested ML models.

ML modelHyperparameterTypeSearch space

RF classifiern-estimatorDiscrete[10, 100]
max-depthDiscrete[5, 50]
min_samples_splitDiscrete[2, 11]
min_samples_leafDiscrete[1, 11]
criterionCategorical[“gini,” “entropy”]
max_featuresDiscrete[1, 20]
CContinuous[0.1, 50]

SVM classifierkernelCategorical[“linear,” “poly,” “rbf,” “sigmoid”]

KNN classifiern_neighborsDiscrete[1, 20]