GradientBoostedTreeClassifier Model in Tensorflow Lite

How to convert tfdf.keras.GradientBoostedTreesModel into tensorflow lite format?

Hi,
TF-DF is not yet compatible with TF Lite. Here is the feature request. You can ping on the issue to help prioritize it :slight_smile:.
Cheers,
M.

2 Likes

May also be worth noting, that in the meantime if you need to serve the model with C++, in a very light-fashion way, you can also do that straight forward with the underlying C++ library Yggdrasil Decision Forests.

Ideally though, it should be integrated with TF Lite.

2 Likes