如何在张量流中使用决策树构建和预测

How to build and predict using decision tree in tensorflow

有没有什么方法可以在 Tensorflow 中使用决策树来构建和预测?

如你所见here and here there is no way of using Decision Trees with Tensorflow (however Random Forests which consist of Decision Trees are supported). If you want to use Decision Trees definitely you better go with sklearn