3

What are the state of the art algorithms for incremental decision tree learning? The only algorithm that works well and that I'm aware of is the Domingos-Hulten VFDT and its extensions.

tshepang
  • 12,111
  • 21
  • 91
  • 136
blazs
  • 4,705
  • 24
  • 38

1 Answers1

0

see https://github.com/greenfish77/gaenari
gaenari is c++ incremental decision tree.

Minimize concept drifting damage.

greenfish
  • 29
  • 4
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/31245777) – mazecreator Mar 14 '22 at 14:20