| catboost.load_model {catboost} | R Documentation |
Load the model from a file.
catboost.load_model(model_path, file_format = "cbm")
model_path |
The path to the model. Default value: Required argument |
file_format |
Format of the model file. Default value: 'cbm' |
Note: Feature importance (see https://catboost.ai/docs/concepts/fstr.html#fstr) is not saved when using this function.
https://catboost.ai/docs/concepts/r-reference_catboost-load_model.html