catboost.save_model {catboost}R Documentation

Save the model

Description

Save the model to a file.

Usage

catboost.save_model(model, model_path)

Arguments

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

Details

Note: Feature importance (see https://tech.yandex.com/catboost/doc/dg/concepts/fstr-docpage/#fstr) is not saved when using this function.

See Also

https://tech.yandex.com/catboost/doc/dg/concepts/r-reference_catboost-save_model-docpage/


[Package catboost version 0.16.2 Index]