You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: