problems to do batch predictions follow the docs #2500
Labels
api: automl
Issues related to the AutoML API.
needs review
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/tables/automl/automl_tables_predict.py
Did you change the file? If so, how?
I fixed the problems using the named paremeters. This PR #2501 close the problem
Describe the issue
Today when we try to use the function
batch_predict
follow the docs we receive and error saying:the paramaters should be a pandas.Dataframe
it’s happens because the first parameter of the functionbatch_predict
is a pandas.Dataframe. To solve this problem we need to use de named parameters of python.The text was updated successfully, but these errors were encountered: