MK
Size: a a a
MK
MK
def get_categorical_features(x, index=False):а Pool инициализирую так
types = x.dtypes
names = types.index
return [i if index else names[i] for i in range(len(types)) if str(types[i]) == 'category']
MK
SZ
MK
RR
MK
RR
MK
result = catboost.cv(...)
print(result)
MK
SZ
MK
SZ
MK
YB
MK
SZ
SZ
MK
SZ
iterations
, да?