Options

Bagging

jeszyjeszy Member Posts: 13 Contributor II
edited November 2018 in Help
Hello,

It seems to me that the Bagging operator samples the training set without replacement, as the implementation uses the SplittedExampleSet class to create the sample.

IMHO the standard bagging procedure should always use sampling with replacement.

If it is not a bug, it should be indicated in the documentation.

Best regards,

Peter
Sign In or Register to comment.