了解 catboost 中 plot_tree 的输出
作者:Ankit Vashistha 提问时间:11/17/2023
a = catboost.plot_tree(tree_idx = 100, pool = test_pool) a.render() 我正在尝试可视化由 catboost 模型创建的树。 但是...
机器学习分类 问答列表
作者:Ankit Vashistha 提问时间:11/17/2023
a = catboost.plot_tree(tree_idx = 100, pool = test_pool) a.render() 我正在尝试可视化由 catboost 模型创建的树。 但是...