| catboost.save_model {catboost} | R Documentation |
Save the model to a file.
catboost.save_model(model, model_path)
model |
The model to be saved. Default value: Required argument |
model_path |
The path to the resulting binary file with the model description. Used for solving other machine learning problems (for instance, applying a model). Default value: Required argument |
Note: Feature importance (see https://tech.yandex.com/catboost/doc/dg/concepts/fstr-docpage/#fstr) is not saved when using this function.
https://tech.yandex.com/catboost/doc/dg/concepts/r-reference_catboost-save_model-docpage/