đŸ•ˇī¸ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 169 (from laksa114)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

â„šī¸ Skipped - page is already crawled

📄
INDEXABLE
✅
CRAWLED
1 day ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://catboost.ai/docs/en/features/eval-metrics
Last Crawled2026-04-17 23:36:10 (1 day ago)
First Indexed2024-11-20 02:48:00 (1 year ago)
HTTP Status Code200
Meta TitleCalculate metrics | CatBoost
Meta DescriptionA list of specified metrics can be calculated for the given dataset using the Python package. Python package CatBoost. Class purpose.
Meta Canonicalnull
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
[![Logo icon](https://yastatic.net/s3/locdoc/daas-static/catboost/71b237a322eec6f2889af0dae2a9c549.svg)](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) ![](https://mc.yandex.ru/watch/60763294)
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)
Shard169 (laksa)
Root Hash17435841955170310369
Unparsed URLai,catboost!/docs/en/features/eval-metrics s443