-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: node_sample_weight array dtype with xgboost explainer (#52)
* fix: simplify test * style: whitespaces and EOL * docs: accepted option name is log_loss now * fix: node_sample_weights needs to be double The dtype here needs to match with the dtype declared in the _cext.cc file, which is NPY_DOUBLE. * fix: use adult dataset instead because we need a binary label. Iris dataset is not binary
- Loading branch information
1 parent
a4e2e9c
commit f72ff6e
Showing
4 changed files
with
101 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.