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

[PySpark] change the returning model type to string from binary #8085

Merged
merged 3 commits into from Jul 19, 2022

Commits on Jul 17, 2022

  1. [PySpark] change the returning model type to string from binary

    XGBoost pyspark can be can be accelerated by RAPIDS Accelerator seamlessly by
    changing the returning model type from binary to string.
    wbo4958 committed Jul 17, 2022
    Copy the full SHA
    49c9ce0 View commit details
    Browse the repository at this point in the history
  2. fix test

    wbo4958 committed Jul 17, 2022
    Copy the full SHA
    19d406f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. return config

    wbo4958 committed Jul 19, 2022
    Copy the full SHA
    c8af30e View commit details
    Browse the repository at this point in the history