Skip to content

Commit

Permalink
Adress comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBeiske committed Nov 17, 2023
1 parent 027a9c8 commit 33e052c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ctapipe/reco/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ class SKLearnClassificationReconstructor(SKLearnReconstructor):
).tag(config=True)

invalid_class = traits.Integer(
default_value=-1, help="The label to fill in case no prediction could be made."
default_value=-1,
help="The label value to fill in case no prediction could be made.",
).tag(config=True)

positive_class = traits.Integer(
Expand Down

0 comments on commit 33e052c

Please sign in to comment.