Skip to content

Commit f7a2859

Browse files
committed
Fix: Remove unneeded parameter in constructor
1 parent cb80e86 commit f7a2859

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stree/Strees.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def __init__(
168168
self.splitter = splitter
169169
self.normalize = normalize
170170
self.multiclass_strategy = multiclass_strategy
171-
self.depth_ = 0
172171

173172
@staticmethod
174173
def version() -> str:

0 commit comments

Comments
 (0)