We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In reference to:
https://github.com/andosa/treeinterpreter/blob/master/treeinterpreter/treeinterpreter.py#L60
Taking the sum along the first axis fails, if len(values.shape) == 1, a case which I just stumbled across.
The text was updated successfully, but these errors were encountered:
This can also cause an issue in classification (vs regression) on line 64:
https://github.com/andosa/treeinterpreter/blob/master/treeinterpreter/treeinterpreter.py#L64
Sorry, something went wrong.
No branches or pull requests
In reference to:
https://github.com/andosa/treeinterpreter/blob/master/treeinterpreter/treeinterpreter.py#L60
Taking the sum along the first axis fails, if len(values.shape) == 1, a case which I just stumbled across.
The text was updated successfully, but these errors were encountered: