I think @shivaram and I have seen this in a couple of situations, but it looks like estimators are being "re-estimated" in the master branch.
You can see situations where this happens in PR 1 of keystone-integration-tests. Currently we're returning pipeline objects from the the .run method of each pipeline application. When we go to apply these methods to fresh data to make predictions, it looks like we're re-fitting all the fit estimators.
It would be great if you could have a look at this @tomerk
I think @shivaram and I have seen this in a couple of situations, but it looks like estimators are being "re-estimated" in the master branch.
You can see situations where this happens in PR 1 of keystone-integration-tests. Currently we're returning pipeline objects from the the
.run
method of each pipeline application. When we go to apply these methods to fresh data to make predictions, it looks like we're re-fitting all the fit estimators.It would be great if you could have a look at this @tomerk