---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://catboost.ai/docs/en/concepts/python-reference_catboost_save_borders.md
---
> **Documentation Index:** Fetch the complete configuration index at https://catboost.ai/docs/en/llms.txt

# save_borders

Save the model borders to a file.

## Method call format

```python
save_borders(fname)
```

## Parameters

### fname

#### Description

The name of the output file with borders.

**Possible types**

string

**Default value**

Required parameter

## Type of return value

A file with model borders.

