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

# Object importance

<!-- source: en/_includes/work_src/reusage-common-phrases/object-importance__intro.md -->
CatBoost provides the following types of object importances calculation:
- [Average](https://catboost.ai/docs/en/concepts/ostr.md)
- [PerObject](https://catboost.ai/docs/en/concepts/ostr.md)
<!-- endsource: en/_includes/work_src/reusage-common-phrases/object-importance__intro.md -->



## Average {#oi__average}

The average of scores of objects from the training dataset for every object from the input dataset.


## PerObject {#oi__perobject}

The scores of each object from the training dataset for each object from the input dataset.

