Thanks to visit codestin.com Credit goes to github.com
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 bbc4b2e commit 47210ccCopy full SHA for 47210cc
sklearn/tree/_tree.pyx
@@ -1644,3 +1644,5 @@ cdef _build_pruned_tree(
1644
tree.max_depth = max_depth_seen
1645
if rc == -1:
1646
raise MemoryError("pruning tree")
1647
+
1648
+# FIXME: undo this test comment for #19850.
0 commit comments