Skip to content

Commit

Permalink
Add print
Browse files Browse the repository at this point in the history
  • Loading branch information
mirand863 committed Apr 23, 2024
1 parent c2a8bda commit f2227f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hiclass/LocalClassifierPerParentNode.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ def _fit_classifier(self, node):
classifier = ConstantClassifier()
if not self.bert:
try:
print(X)
print(y)
classifier.fit(X, y, sample_weight)
except TypeError:
classifier.fit(X, y)
Expand Down

0 comments on commit f2227f0

Please sign in to comment.