#ML on edge
7 messages · Page 1 of 1 (latest)
No luck with the official documentation? https://catboost.ai/en/docs/concepts/c-plus-plus-api
The following methods for applying a trained model are provided: Evaluation library. Standalone evaluator. Model modification.
No it isn't very clear
How are you training and saving the model? I'm not familiar with the catboost library
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
I’m looking at the C++ evaluator because that’s the closest/most relevant thing I can find
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