adanet icon indicating copy to clipboard operation
adanet copied to clipboard

Retrieving the best performed model from the ensemble?

Open saikia1 opened this issue 6 years ago • 1 comments

How to separate the best performed model from the ensemble and save separately. Using tensorboard we can visualise the metric and find out the name of the based performed subnetwork. How can we save the graph of that subnetwork and it's corresponding weights.

saikia1 avatar Jan 27 '19 18:01 saikia1

The AdaNet is the best performing model. You can export the model using any of the Estimator#export* methods for serving, or simply call Estimator#predict to get its predictions.

cweill avatar Mar 22 '19 01:03 cweill