Research Article

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

Table 5

. Parameters list of RF model.

No.Parameters nameImplication

1max_featuresThe maximum number of features is considered in the delineation
2max_depthLimit the depth of the subtree when building it, taking values between 10 and 100
3min_samples_splitRestrict the condition of subtree continues to divide. The default is 2. If the number of samples is too large, the value should be increased
4min_samples_leafLimit the minimum samples number of leaf nodes, the default is 1