<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><br>
I think the following could work if the estimators_ support partial_fit:<br>
<br>
voter = VotingClassifier(...)<br>
voter.fit(...)<br>
<br>
For further training:<br>
<br>
for i in len(estimators_):<br>
    voter.estimators_[i].partial_fit(...)<br><br></blockquote><div><br></div><div>ok, maybe using Voting classifier to determine regression</div></div></div>