Catboost: Plot model decision tree in CatBoost Python API

Created on 22 May 2018  路  4Comments  路  Source: catboost/catboost

Problem: Not able to figure out how to plot decision tree once the model is created. I was thinking something terms similar to here --> xgboost decision tree
Let me know if there exist any way to do the same Or let us know if this can be added as a feature.

catboost version: 0.8.1

Operating System: Ubuntu 16.04

Machine: aws t2.xlarge

help wanted

Most helpful comment

This functionality is added in catboost 0.15

All 4 comments

Also looking for help

Is there any news on this issue? The functional would be very useful for model analysis.

For model analysis you can use logging_level='Info' and you will see which features are used in each tree.

This functionality is added in catboost 0.15

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Quaterion picture Quaterion  路  4Comments

jkhlot picture jkhlot  路  3Comments

old-fashion-donut picture old-fashion-donut  路  4Comments

davydof picture davydof  路  4Comments

DBusAI picture DBusAI  路  3Comments