cross_val_score
crashes with StackingRegressor
#24430
Labels
8000
cross_val_score
crashes with StackingRegressor
#24430
Describe the bug
I'm trying to make a simple stacking and getting the cross validation score but an error raises:
NotFittedError: This RandomForestRegressor instance is not fitted yet. Call 'fit' with appropriate arguments before using this estimator.
Steps/Code to Reproduce
Expected Results
It should work fine if I am understanding everything right.
Actual Results
NotFittedError: This RandomForestRegressor instance is not fitted yet. Call 'fit' with appropriate arguments before using this estimator.
Full traceback
Versions
The text was updated successfully, but these errors were encountered: