[MRG] Change VotingClassifier estimators by set_params#7484
[MRG] Change VotingClassifier estimators by set_params#7484yl565 wants to merge 0 commit intoscikit-learn:masterfrom
Conversation
|
The clf = VotingClassifier([('lr', LogisticRegression()), ('nb', GaussianNB())])
clf.set_params(nb=MultinomialNB()).fit(X, y)An sub-estimator could also be set to |
|
Our convention is not to raise validation errors in I'd be interested to see how much you can reuse |
|
can you please try to rebase? You also have failing tests. |
8881395 to
53e6381
Compare
PR to #7288
This change is