Skip to content

Commit

Permalink
Updating --psplit_training range
Browse files Browse the repository at this point in the history
  • Loading branch information
cumbof committed Apr 21, 2022
1 parent 7926e51 commit 0315cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chopin2/chopin2.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def read_params():
default = ',',
help = "Field separator" )
p.add_argument( '--psplit_training',
type = number(float, maxv=100.0),
type = number(float, minv=0.0, maxv=100.0),
default = 0.0,
help = ( "Percentage of observations that will be used to train the model. "
"The remaining percentage will be used to test the classification model" ) )
Expand Down

0 comments on commit 0315cf2

Please sign in to comment.