Skip to content

Commit

Permalink
prefix warning comment with XXX
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
ryanhausen and adam2392 committed Aug 21, 2024
1 parent 821a8b7 commit 101bab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeple/stats/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def _compute_null_distribution_coleman_sparse(
) # (n_oob_samples)
all_oob_idxs = np.concatenate(all_oob_idxs, axis=0) # (n_oob_samples)

# Because we are assuming 2D sparse matrices for binary classification or
# XXX: Because we are assuming 2D sparse matrices for binary classification or
# regression, we can assume that the number of outputs is 1. This is necessary
# to use scipy's sparse matrix format. However pydata has a general sparse
# matrix format that can be used for multi-output problems, but currently uses
Expand Down

0 comments on commit 101bab1

Please sign in to comment.