catboost / catboost/catboost

Internal CatBoost Error (contact developers for assistance): Should be IDynamicBlockIteratorPtr<TCatValue>

Open
#2,737 5 comments 0 reactions 1 assignee Claimed by @andrey-khropov View on GitHub
python
Dominant language
C++
Stars
9.1k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

Problem:

When running the get_feature_importance, it fails with the following error.

```
CatBoostError: /src/catboost/catboost/private/libs/algo/features_data_helpers.h:118: Internal CatBoost Error (contact developers for assistance): Should be IDynamicBlockIteratorPtr
```

Any idea what maybe creating this issue? here is the code that I am running.

```
from catboost import Pool
train_pool = Pool('quantized://' + '/local_disk0/' + 'train_pool_1.pool')
feature_importance = model_c.get_feature_importance(train_pool)
feature_importance
```

catboost version: 1.2.7

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.