Skip to content

Commit

Permalink
set default for PowerTransformer method
Browse files Browse the repository at this point in the history
  • Loading branch information
stewarthe6 committed Jan 23, 2025
1 parent 77c8b26 commit 2551e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atomsci/ddm/pipeline/parameter_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,7 @@ def get_parser():
# PowerTransformer parameters
parser.add_argument(
'--powertransformer_method', choices=['yeo-johnson', 'box-cox'],
default='yeo-johnson',
help='The power transform method. Available methods are: "yeo-johnson", '
'works with positive and negative values "box-cox", only works with strictly positive values. '
'Choices are {"yeo-johnson", "box-cox"}')
Expand Down

0 comments on commit 2551e38

Please sign in to comment.