scikit-learn/scikit-learn

Add conditional inference trees

Open

#8.337 geöffnet am 10. Feb. 2017

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (27.020 Forks)batch import
New Featurehelp wantedmodule:tree

Repository-Metriken

Stars
 (66.084 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T) (90 gemergte PRs in 30 T)

Beschreibung

I think it would be a good idea to add conditional inference trees. From my understanding, they tend to provide better models when using a mixture of categorical and continuous values, or data with many duplicate values.

There was some discussion here but no follow up, I think; https://sourceforge.net/p/scikit-learn/mailman/message/31141698/

Contributor Guide