Skip to content

Commit e6f43f8

Browse files
author
[zebinyang]
committed
change the way of spreading grid points; version 0.2.1
1 parent 78bcba8 commit e6f43f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simtree/mobtree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def screen_features(self, sample_indice):
100100
continue
101101

102102
split_point = 0
103+
best_impurity = np.inf
103104
for i, _ in enumerate(sortted_indice):
104105

105106
if i == (n_samples - 1):

0 commit comments

Comments
 (0)