scikit-learn_bench icon indicating copy to clipboard operation
scikit-learn_bench copied to clipboard

Non-default parameters used for ExtraTrees benchmarking

Open icfaust opened this issue 1 year ago • 0 comments

By definition, the extratrees algorithm does not use bootstrapping, but the default is true. This will impact the accuracy results, and possibly the timing results:

https://github.com/IntelPython/scikit-learn_bench/blob/main/configs/regular/ensemble.json#L13 https://scikit-learn.org/dev/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html

icfaust avatar Nov 26 '24 08:11 icfaust