You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libmultilabel/linear/tree.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ def collect_stat(node: Node):
225
225
root.dfs(collect_stat)
226
226
227
227
# 16 is because when storing sparse matrices, indices (int64) require 8 bytes and floats require 8 bytes
228
-
# 2/3 is because that dual coordinate descent method can further get a sparse model vector to save space
228
+
# Our study showed that among the used features of every binary classification problem, on average no more than 2/3 of weights obtained by the dual coordinate descent method are non-zeros.
0 commit comments