âšī¸ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://catboost.ai/docs/en/features/eval-metrics |
| Last Crawled | 2026-04-17 23:36:10 (1 day ago) |
| First Indexed | 2024-11-20 02:48:00 (1 year ago) |
| HTTP Status Code | 200 |
| Meta Title | Calculate metrics | CatBoost |
| Meta Description | A list of specified metrics can be calculated for the given dataset using the Python package. Python package CatBoost. Class purpose. |
| Meta Canonical | null |
| Boilerpipe Text | A list of specified metrics can be calculated for the given dataset using the  Python package.
Python package
CatBoost
Class purpose
Training and applying models.
Method
eval_metrics
Description
Calculate the specified metrics for the specified dataset.
CatBoostRegressor
Class purpose
Training and applying models.
Method
eval_metrics
CatBoostClassifier
Class purpose
Training and applying models.
Method
eval_metrics |
| Markdown | [](https://catboost.ai/ "CatBoost")
- Installation
- [Overview](https://catboost.ai/docs/en/features/en/concepts/installation)
- Python package installation
- CatBoost for Apache Spark installation
- R package installation
- Command-line version binary
- Build from source
- Key Features
- [Training](https://catboost.ai/docs/en/features/en/features/training)
- [Training on GPU](https://catboost.ai/docs/en/features/en/features/training-on-gpu)
- [Regular prediction](https://catboost.ai/docs/en/features/en/features/prediction)
- [Staged prediction](https://catboost.ai/docs/en/features/en/features/staged-prediction)
- [Cross-validation](https://catboost.ai/docs/en/features/en/features/cross-validation)
- [Feature importances](https://catboost.ai/docs/en/features/en/features/feature-importances-calculation)
- [User-defined metrics](https://catboost.ai/docs/en/features/en/features/custom-loss-functions)
- [Using the overfitting detector](https://catboost.ai/docs/en/features/en/features/overfitting-detector-desc)
- [Export a model to CoreML](https://catboost.ai/docs/en/features/en/features/export-model-to-core-ml)
- [Pre-trained data](https://catboost.ai/docs/en/features/en/features/proceed-training)
- [Calculate metrics](https://catboost.ai/docs/en/features/en/features/eval-metrics)
- [Categorical features](https://catboost.ai/docs/en/features/en/features/categorical-features)
- [Text features](https://catboost.ai/docs/en/features/en/features/text-features)
- [Embeddings features](https://catboost.ai/docs/en/features/en/features/embeddings-features)
- [Aggregated graph features](https://catboost.ai/docs/en/features/en/features/graph-aggregated-features)
- [Implemented metrics](https://catboost.ai/docs/en/features/en/features/loss-functions-desc)
- [Export a model to Python or C++](https://catboost.ai/docs/en/features/en/features/export-model-to-python)
- [Export a model to JSON](https://catboost.ai/docs/en/features/en/features/export-model-to-json)
- [Object importances](https://catboost.ai/docs/en/features/en/features/object-importances-calcution)
- Training parameters
- Python package
- CatBoost for Apache Spark
- R package
- Command-line version
- Applying models
- Objectives and metrics
- Model analysis
- Data format description
- [Parameter tuning](https://catboost.ai/docs/en/features/en/concepts/parameter-tuning)
- [Speeding up the training](https://catboost.ai/docs/en/features/en/concepts/speed-up-training)
- Data visualization
- Algorithm details
- [FAQ](https://catboost.ai/docs/en/features/en/concepts/faq)
- Educational materials
- [Development and contributions](https://catboost.ai/docs/en/features/en/concepts/development-and-contributions)
- [Contacts](https://catboost.ai/docs/en/features/en/concepts/contacts)
Calculate metrics
## In this article:
- [Python package](https://catboost.ai/docs/en/features/en/features/eval-metrics#python-package)
- [CatBoost](https://catboost.ai/docs/en/features/en/features/eval-metrics#catboost)
- [CatBoostRegressor](https://catboost.ai/docs/en/features/en/features/eval-metrics#catboostregressor)
- [CatBoostClassifier](https://catboost.ai/docs/en/features/en/features/eval-metrics#catboostclassifier)
1. Key Features
2. Calculate metrics
# Calculate metrics
- [Python package](https://catboost.ai/docs/en/features/en/features/eval-metrics#python-package)
- [CatBoost](https://catboost.ai/docs/en/features/en/features/eval-metrics#catboost)
- [CatBoostRegressor](https://catboost.ai/docs/en/features/en/features/eval-metrics#catboostregressor)
- [CatBoostClassifier](https://catboost.ai/docs/en/features/en/features/eval-metrics#catboostclassifier)
A list of specified metrics can be calculated for the given dataset using the Python package.
## Python package
### [CatBoost](https://catboost.ai/docs/en/features/en/concepts/python-reference_catboost)
**Class purpose**
Training and applying models.
**Method**
[eval\_metrics](https://catboost.ai/docs/en/features/en/concepts/python-reference_catboost_eval-metrics)
**Description**
Calculate the specified metrics for the specified dataset.
### [CatBoostRegressor](https://catboost.ai/docs/en/features/en/concepts/python-reference_catboostregressor)
**Class purpose**
Training and applying models.
**Method**
[eval\_metrics](https://catboost.ai/docs/en/features/en/concepts/python-reference_catboostregressor_eval-metrics)
### [CatBoostClassifier](https://catboost.ai/docs/en/features/en/concepts/python-reference_catboostclassifier)
**Class purpose**
Training and applying models.
**Method**
[eval\_metrics](https://catboost.ai/docs/en/features/en/concepts/python-reference_catboostclassifier_eval-metrics)
### Was the article helpful?
Yes
No
Previous
[Pre-trained data](https://catboost.ai/docs/en/features/en/features/proceed-training)
Next
[Categorical features](https://catboost.ai/docs/en/features/en/features/categorical-features)
 |
| Readable Markdown | A list of specified metrics can be calculated for the given dataset using the Python package.
## Python package
### [CatBoost](https://catboost.ai/docs/en/concepts/python-reference_catboost)
**Class purpose**
Training and applying models.
**Method**
[eval\_metrics](https://catboost.ai/docs/en/concepts/python-reference_catboost_eval-metrics)
**Description**
Calculate the specified metrics for the specified dataset.
### [CatBoostRegressor](https://catboost.ai/docs/en/concepts/python-reference_catboostregressor)
**Class purpose**
Training and applying models.
**Method**
[eval\_metrics](https://catboost.ai/docs/en/concepts/python-reference_catboostregressor_eval-metrics)
### [CatBoostClassifier](https://catboost.ai/docs/en/concepts/python-reference_catboostclassifier)
**Class purpose**
Training and applying models.
**Method**
[eval\_metrics](https://catboost.ai/docs/en/concepts/python-reference_catboostclassifier_eval-metrics) |
| Shard | 169 (laksa) |
| Root Hash | 17435841955170310369 |
| Unparsed URL | ai,catboost!/docs/en/features/eval-metrics s443 |