Dokumentation (english)

Extra Trees

Train Extra Trees to predict categorical outcomes

Similar to Random Forest but uses random splits instead of optimal splits.

When to use:

  • Want faster training than Random Forest
  • Have large dataset
  • Bias-variance tradeoff favors more randomness

Strengths: Faster training, even less overfitting than RF Weaknesses: Slightly less accurate than RF, still large models

Model Parameters

Same as Random Forest: n_estimators, max_depth, min_samples_split, min_samples_leaf, etc.

On this page


Command Palette

Search for a command to run...

Schnellzugriffe
STRG + KSuche
STRG + DNachtmodus / Tagmodus
STRG + LSprache ändern

Software-Details
Kompiliert vor 1 Tag
Release: v4.0.0-production
Buildnummer: master@64a3463
Historie: 68 Items