July 2, 2021
Serving decision forests with TensorFlow
Decision Forests are very powerful tools to be used as they are simple algorithms, and easy to understand. Recently, TensorFlow made a huge step by incorporating these models into their code stack. Machine learning expert, Pieter Coussement, shares in his latest blogpost how the TensorFlow Serving code was modified to accept TensorFlow Decision Forest models, and how to use this code as a custom docker image to serve the TF-DF models in three easy steps.