VotingClassifier# class sklearn.ensemble.VotingClassifier(estimators, *, voting='hard', weights=None, n_jobs=None, flatten_transform=True, verbose=False)[source]# Soft Voting/Majority Rule classifier for unfitted estimators. Read more in the User Guide. Parameters: estimatorslist of (str, estimator) tuplesInvoking the fit method on the VotingClassifier will fit clones of those original estimators