Research Article

[Retracted] Application Analysis of the Machine Learning Fusion Model in Building a Financial Fraud Prediction Model

Table 3

. Parameters list of GBDT model.

No.Parameters nameImplication

1n_estimatorsMaximum number of iterations for weak learners
2LossLoss function. Two choices: “deviance” and “exponential.” Default: “deviance”
3learning_rateEach weak learner has a weight factor . Given a smaller learning_rate, such as 0.1, which takes values in the range 0 < learning ≤ 1
4SubsampleThe sampling proportion, which takes the value of (0, 1]. The default value is 1.0, no subsampling is done