adanet
adanet copied to clipboard
Retrieving the best performed model from the ensemble?
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.
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.