Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

ychalier/xtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xtree

Python implemention of the Hoeffding AnyTime Tree algorithm.

Hoeffding AnyTime Tree makes a simple change to the current de facto standard for incremental tree learning. The current stateof-the-art Hoeffding Tree aims to only split at a node when it has identified the best possible split and then to never revisit that decision. In contrast HATT aims to split as soon as a useful split is identified, and then to replace that split as soon as a better alternative is identified.

[paper] - [scikit-multiflow]

About

Python implemention of the Extremely Fast Decision Tree algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors