tensorflow / decision-forests

A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
Apache License 2.0
660 stars 110 forks source link

C5.0 decision tree algorithm implementation request #18

Open MartinMarzi opened 3 years ago

MartinMarzi commented 3 years ago

Hi,

it would be very helpful to have a C5.0 Decision tree algorithm implementation in tfdf as there is none until now for Python and guess there is quite some demand to have this well know and one of the best algorithms at hand in Python!

It is quite different to CART: -multiple branches,

I am sure it would boost the recognition and usability of tfdf library and make it especially useful for when strong and simple models that are directly explainable are needed.

Thank you for taking note!

MartinMarzi commented 3 years ago

If easier to implement C4.5 would be great as well. Many thanks.