Skip to content

Commit 9af06de

Browse files
committed
fixed missing parameter
1 parent cb9f8a2 commit 9af06de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libmultilabel/linear/tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ def visit(node):
256256
root.dfs(visit)
257257

258258
model = linear.FlatModel(
259+
name='flattened-tree',
259260
weights=np.hstack(weights),
260261
bias=bias,
261262
thresholds=0,

0 commit comments

Comments
 (0)