Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint committed Oct 25, 2023
1 parent be0704a commit 9b36dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pgbm/sklearn/histogram.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ cdef class HistogramBuilder:
def compute_histograms_subtraction(
HistogramBuilder self,
hist_struct [:, ::1] parent_histograms, # IN
hist_struct [:, ::1] sibling_histograms
hist_struct [:, ::1] sibling_histograms,
const unsigned int [:] allowed_features=None, # IN
): # IN
): # IN
"""Compute the histograms of the node using the subtraction trick.
hist(parent) = hist(left_child) + hist(right_child)
Expand Down

0 comments on commit 9b36dca

Please sign in to comment.