Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieving the best performed model from the ensemble? #63

Open
saikia1 opened this issue Jan 27, 2019 · 1 comment
Open

Retrieving the best performed model from the ensemble? #63

saikia1 opened this issue Jan 27, 2019 · 1 comment
Labels
question Further information is requested

Comments

@saikia1
Copy link

saikia1 commented Jan 27, 2019

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.

@cweill
Copy link
Contributor

cweill commented Mar 22, 2019

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 cweill added the question Further information is requested label Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants