Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Aug 15, 2024
1 parent 239adba commit 873220a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quantile_forest/_quantile_forest_fast.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,8 @@ cdef class QuantileForest:
leaf node indices match their ``est.apply`` outputs. Each node list is
padded to equal length with 0s.
y_bound_leaves : array-like of shape (n_estimators, n_leaves, 2)
y_bound_leaves : array-like of shape (n_estimators, n_leaves, 2), \
default=None
Minimum and maximum bounds for target values for each leaf node. Used
to enforce monotonicity constraints.
Expand Down

0 comments on commit 873220a

Please sign in to comment.