---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://catboost.ai/docs/en/concepts/r-reference_catboost-save_model.md
  - href: en/concepts/r-reference_catboost-save_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.save_model

```no-highlight
catboost.save_model(model,
                    model_path)
```

## Purpose {#purpose}

<!-- source: en/_includes/work_src/reusage-r/save_model__purpose.md -->
Save the model to a file.
<!-- endsource: en/_includes/work_src/reusage-r/save_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

#### Description

 The model to be saved.

**Default value**

 Required argument

### model_path

#### Description


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

