How to get trained trees from Catboost? -
i used --print-trees --verbose print trees , output this:
441: (f3, split0) score -0.01684494315 (f1, split0) score 0.00728615875 (f3, split0) score 0.02879532296 learn 0.1080262936passed: 0.00033 sec total: 234ms remaining: 30.7ms 442: (f0, split0) score 0.02581825636 (f0, split0) score -0.05604439647 learn 0.1080003503passed: 0.000278 sec total: 234ms remaining: 30.1ms how can split values , result class each tree?
Comments
Post a Comment