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

Implement categorical prediction for CPU and GPU predict leaf. #7001

Merged
merged 7 commits into from Jun 11, 2021

Commits on Jun 1, 2021

  1. Categorical prediction with CPU predictor and GPU predict leaf.

    * Implement categorical prediction for CPU prediction.
    * Implement categorical prediction for GPU predict leaf.
    * Refactor the prediction functions to have unified get next.
    trivialfis committed Jun 1, 2021
    Copy the full SHA
    c3c82e4 View commit details
    Browse the repository at this point in the history
  2. Move into cpu predictor.

    trivialfis committed Jun 1, 2021
    Copy the full SHA
    4f444c2 View commit details
    Browse the repository at this point in the history
  3. Fix.

    trivialfis committed Jun 1, 2021
    Copy the full SHA
    8be6b46 View commit details
    Browse the repository at this point in the history
  4. Lint.

    trivialfis committed Jun 1, 2021
    Copy the full SHA
    9a68292 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. fix perf

    Shvets Kirill committed Jun 4, 2021
    Copy the full SHA
    907ce2e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Remove unused variable.

    trivialfis committed Jun 5, 2021
    Copy the full SHA
    bf1af8f View commit details
    Browse the repository at this point in the history
  2. Lint.

    trivialfis committed Jun 5, 2021
    Copy the full SHA
    21bb93d View commit details
    Browse the repository at this point in the history