【问题标题】:How to build and predict using decision tree in tensorflow [closed]如何在 tensorflow 中使用决策树构建和预测 [关闭]
【发布时间】:2020-11-16 06:15:32
【问题描述】:

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

【问题讨论】:

    标签: python tensorflow machine-learning artificial-intelligence


    【解决方案1】:

    如您所见,herehere 无法将决策树与 Tensorflow 一起使用(但支持由决策树组成的随机森林)。如果你肯定想使用决策树,最好使用sklearn

    【讨论】:

    • 问题已结束,但我想我会放一个指向新TensorFlow Decision Forests 的链接,以防有人来看。在那里训练决策树、随机森林或 gbdt 应该很容易。
    猜你喜欢
    • 2020-08-11
    • 2013-07-11
    • 2013-12-21
    • 2021-03-02
    • 2015-10-18
    • 2016-07-27
    • 2016-07-12
    • 2017-04-11
    • 1970-01-01
    相关资源
    最近更新 更多