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
get_feature_names()
NULL
importance = "none"
Should check object$forest$independent.variable.names first since write.forest = TRUE by default in ranger. Otherwise, should throw an error.
object$forest$independent.variable.names
write.forest = TRUE
The text was updated successfully, but these errors were encountered:
a178aff
Merge pull request #48 from bfgray3/get-feature-names-ranger
facb27d
get_feature_names.ranger doesn't return NULL; closes #43
Merge pull request #49 from bfgray3/news-43
cd5add8
add note to NEWS about fix for #43 in #48
No branches or pull requests
Should check
object$forest$independent.variable.names
first sincewrite.forest = TRUE
by default in ranger. Otherwise, should throw an error.The text was updated successfully, but these errors were encountered: