---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://catboost.ai/docs/en/concepts/r-reference_catboost-load_model.md
  - href: en/concepts/r-reference_catboost-load_model.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://catboost.ai/docs/en/llms.txt

# catboost.load_model

```no-highlight
catboost.load_model(model_path)
```

## Purpose {#purpose}

<!-- source: en/_includes/work_src/reusage-r/load_model__purpose.md -->
Load the model from a file.
<!-- endsource: en/_includes/work_src/reusage-r/load_model__purpose.md -->


<!-- source: en/_includes/work_src/reusage/r--fstr-not-saved-note.md -->
{% note info %}

[Feature importance](https://catboost.ai/docs/en/concepts/fstr.md) is not saved when using this function.

{% endnote %}
<!-- endsource: en/_includes/work_src/reusage/r--fstr-not-saved-note.md -->


## Arguments {#arguments}

### model_path

#### Description

The path to the model.

**Default value**

 Required argument

