Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix problems with automl docs #2501

Merged
merged 2 commits into from
Nov 19, 2019

Commits on Oct 28, 2019

  1. fix problems with automl docs

    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.
    alefhsousa committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c42a00b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    c9581f0 View commit details
    Browse the repository at this point in the history