#ML on edge

7 messages · Page 1 of 1 (latest)

toxic urchin
#

I want to know the best approach to convert a catboost model into c++ in order to compare the performance. Any ideas would be appreciated.
Thanks!

gleaming python
gleaming python
#

How are you training and saving the model? I'm not familiar with the catboost library

toxic urchin
#

I'm training the catboost classifier model and saving the the model as .cbm file , I want to now check how the model performs in c++ environment

gleaming python
#

I’m looking at the C++ evaluator because that’s the closest/most relevant thing I can find

toxic urchin
#

Can you please explain me the steps to follow as per the documentation, I have the model.cbm with the catboost model, kindly help me how to proceed