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

[R] Fix global feature importance and predict with 1 sample. #7394

Merged
merged 3 commits into from
Nov 5, 2021

Commits on Nov 4, 2021

  1. [R] Fix global feature importance.

    * Add implementation for tree index.  The parameter is not documented in C API since we
    should work on porting the model slicing to R instead of supporting more use of tree
    index.
    
    * Fix the difference between "gain" and "total_gain".
    trivialfis committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c008ff3 View commit details
    Browse the repository at this point in the history
  2. debug.

    trivialfis committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3f07c34 View commit details
    Browse the repository at this point in the history
  3. Fix prediction.

    trivialfis committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    7663e63 View commit details
    Browse the repository at this point in the history