-
Notifications
You must be signed in to change notification settings - Fork 527
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
Does adanet support GBDT as subnetwork? #121
Comments
@fangkuann: Yes it does! You can see how we use it here. Note this is the old Please give it a shot and let us know how it works for you. |
@cweill thanks for your answer! According to the tutorial https://medium.com/tensorflow/combining-multiple-tensorflow-hub-modules-into-one-ensemble-network-with-adanet-56fa73588bb0.
However, our DNN based model has already trained and deployed using TF-Ranking library. Therefore, the input_fn for training has the shape of [None, list_size, 1] for each feature. When running, the GBDT throws an exception when create bucket for each feature: I did not know whether it is still available to combine TF-Ranking and AdaNet. If it is yes, what is the guideline to do it. |
@fangkuann Thanks for sharing that paper, I wasn't aware of it, and will share it with our team. As for the Core GBDT in AdaNet: your sample code looks fine. However I have not used TF-Ranking. One thing you could try is use the same TF-Ranking head for the NN and GBDT, as well as the AutoEnsembleEstimator. What does the |
No description provided.
The text was updated successfully, but these errors were encountered: