-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
api: automlIssues related to the AutoML API.Issues related to the AutoML API.needs reviewtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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.
Metadata
Metadata
Assignees
Labels
api: automlIssues related to the AutoML API.Issues related to the AutoML API.needs reviewtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
