Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix problems with automl docs (#2501)
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.
- Loading branch information