We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9ebcb commit 172d1eaCopy full SHA for 172d1ea
daal4py/sklearn/ensemble/_forest.py
@@ -815,7 +815,6 @@ def _estimators_(self):
815
estimators_ = []
816
random_state_checked = check_random_state(self.random_state)
817
for i in range(self.n_estimators):
818
- # print("Tree #{}".format(i))
819
est_i = clone(est)
820
est_i.set_params(
821
random_state=random_state_checked.randint(np.iinfo(np.int32).max))
0 commit comments