Skip to content

Commit

Permalink
Adress comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBeiske committed Dec 1, 2023
1 parent e54ec7c commit b631210
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 @@ -307,7 +307,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 b631210

Please sign in to comment.