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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -