catboost.load_model {catboost}R Documentation

Load the model

Description

Load the model from a file.

Usage

catboost.load_model(model_path)

Arguments

model_path

The path to the 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-load_model-docpage/


[Package catboost version 0.16.2 Index]