AutoML Tables: Enable users to pass in Pandas Dataframe when calling import_data() and batch_predict() from AutoML Tables client#9116
Conversation
lwander
left a comment
There was a problem hiding this comment.
LG! Just a few small comments
busunkim96
left a comment
There was a problem hiding this comment.
👋 I'm not completely sold on the added value of this wrapper. Perhaps this would be better suited for a sample than a library method? @sirtorry?
We want to simplify the experience for datascientists in jupyter notebooks as much as possible. Typically they are doing feature engineering & data-processing on dataframes, and we don't want them to have to copy-paste a sample or learn to use another client library for simple things like this. |
TrucHLe
left a comment
There was a problem hiding this comment.
First wave of comments resolved 😃 !
lwander
left a comment
There was a problem hiding this comment.
LGTM! 2 last comments from my end
…nd batch_predict() from AutoML Tables client (googleapis#9116)
…nd batch_predict() from AutoML Tables client (googleapis#9116)
…nd batch_predict() from AutoML Tables client (#9116)
This PR:
pandas_dataframetoimport_data()andbatch_predict()of the Tables client.