alteryx / alteryx/evalml

Add ccp_alpha for pruning to Tree based estimators

オープン
#2,007 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
new feature performance
主要言語
Python
スター
850
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。