Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
signed-off-by: chenweijing <[email protected]>
Signed-off-by: chenweijing <[email protected]>
  • Loading branch information
talkingwallace committed Nov 2, 2020
1 parent 7d9a33e commit 0f16598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, tree_param):
self.tree_node_num = 0
self.runtime_idx = None
self.valid_features = None
self.sample_weights = Node
self.sample_weights = None
self.splitter = Splitter(self.criterion_method, self.criterion_params, self.min_impurity_split,
self.min_sample_split, self.min_leaf_node)
self.inst2node_idx = None # record the node id an instance belongs to
Expand Down

0 comments on commit 0f16598

Please sign in to comment.