if self.pre_fitted:
            print("Training Skipped")

        else:
            for clf in self.base_estimators: