SK
Size: a a a
SK
SK
VS
SK
GI
SN
SN
ЖО
GI
S
VS
S
A
early_stopping_rounds=N добавить в paramsSN
early_stopping_rounds=N добавить в paramsSL
MJ
SN
early_stopping_rounds=N
Передавал и в параметры модели, и в параметры метода fit()
fit_params = {
'cat_features': X_hyper.columns,
'use_best_model': True,
'logging_level': 'Verbose',
'early_stopping_rounds': 100,
}
cross_val_result = cross_validate(
estimator=clf,
X=X_hyper,
y=global_y_hyper,
scoring='roc_auc',
n_jobs=-1,
fit_params=fit_params,
cv=3,
return_estimator=True,
error_score='raise',
)
Для кросс-валидации у меня не работает, не останавливаетсяAK
ВК
S