tensorflow / adanet

Fast and flexible AutoML with learning guarantees.
https://adanet.readthedocs.io
Apache License 2.0
3.47k stars 529 forks source link

relation to AutoML tables in GCP #145

Closed redwrasse closed 4 years ago

redwrasse commented 4 years ago

@cweill, apologize if this is a naive question, but how does/where can I find out how this codebase relate to what's exposed as 'AutoML tables' in Google Cloud Platform?

EugenHotaj commented 4 years ago

Hi @4d55397500,

AdaNet is used as one of the models in AutoML Tables in GCP. So the final model returned by AutoML tables may be an AdaNet model if it was found to outperform the other models. You can find out more here.

redwrasse commented 4 years ago

I see, thanks @EugenHotaj , it's one of the possible models