Skip to content

Commit

Permalink
release/0.7.0: Merge branch 'master' into release/0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nok committed Dec 15, 2018
2 parents b42f3cc + b378db7 commit fb16028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def create_single_method(self, estimator_index, estimator):
:return : string
The created method.
"""
indices = [self.repr(e) for e in estimator.tree_.feature]
indices = [str(e) for e in estimator.tree_.feature]

tree_branches = self.create_branches(
estimator.tree_.children_left, estimator.tree_.children_right,
Expand Down

0 comments on commit fb16028

Please sign in to comment.