alteryx / alteryx/evalml

Add ccp_alpha for pruning to Tree based estimators

Offen
#2,007 1 Kommentar 1 Reaktion 0 zugewiesene Personen Auf GitHub ansehen
new feature performance
Vorherrschende Sprache
Python
Sterne
850
Forks
96
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

As of sklearn version 0.22, ccp_alpha has been added as a pruning parameter for Decision Trees, Extra Trees, and Random Forests.

Adding this as a hyperparameter would give AutoML an additional parameter to iterate over and prevent overfitting which is a common issue with trees that become too large.

https://scikit-learn.org/stable/modules/tree.html#minimal-cost-complexity-pruning

This could be broken up into 3 issues, one for each estimator class.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.