Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`get_feature_names()` returns `NULL` for ranger objects whenever `importance = "none"` #43
Comments
get_feature_names.ranger doesn't return NULL; closes #43
Should check
object$forest$independent.variable.namesfirst sincewrite.forest = TRUEby default in ranger. Otherwise, should throw an error.