catboost.load_model {catboost}R Documentation

Load the model

Description

Load the model from a file.

Usage

catboost.load_model(model_path, file_format = "cbm")

Arguments

model_path

The path to the model.

Default value: Required argument

file_format

Format of the model file.

Default value: 'cbm'

Details

Note: Feature importance (see https://catboost.ai/docs/concepts/fstr.html#fstr) is not saved when using this function.

See Also

https://catboost.ai/docs/concepts/r-reference_catboost-load_model.html


[Package catboost version 0.23 Index]