Can anyone Solve my issue for Stacking Classifier one
’m trying to use sklearn.ensemble.StackingClassifier with already trained base models and pipelines using cv="prefit". Even though my base models are fitted, I get:
sklearn.exceptions.NotFittedError: This Pipeline instance is not fitted yet. Call 'fit' with approp