Skip to content

problems to do batch predictions follow the docs #2500

@alefhsousa

Description

@alefhsousa

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 function batch_predict is a pandas.Dataframe. To solve this problem we need to use de named parameters of python.

image

Metadata

Metadata

Assignees

Labels

api: automlIssues related to the AutoML API.needs reviewtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions