Skip to content

Tag: scikit-learn

`sklearn` asking for eval dataset when there is one

I am working on Stacking Regressor from sklearn and I used lightgbm to train my model. My lightgbm model has an early stopping option and I have used eval dataset and metric for this. When it feeds into the StackingRegressor, I saw this error ValueError: For early stopping, at least one dataset and eval metri…