Skip to content

Commit 172d1ea

Browse files
MAINT: removed unnecessary comment (#976)
1 parent db9ebcb commit 172d1ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

daal4py/sklearn/ensemble/_forest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,6 @@ def _estimators_(self):
815815
estimators_ = []
816816
random_state_checked = check_random_state(self.random_state)
817817
for i in range(self.n_estimators):
818-
# print("Tree #{}".format(i))
819818
est_i = clone(est)
820819
est_i.set_params(
821820
random_state=random_state_checked.randint(np.iinfo(np.int32).max))

0 commit comments

Comments
 (0)