Skip to content

Commit

Permalink
Update train script
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Oct 2, 2024
1 parent 845bd0e commit 1e907ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_e2e/generate_example_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def parse_args():
)
parser.add_argument(
"--format",
choices=("xgboost", "xgboost_json", "lightgbm", "pickle"),
choices=("xgboost", "xgboost_json", "xgboost_ubj", "lightgbm", "pickle"),
default=None,
help="serialization format for model",
)
Expand Down

0 comments on commit 1e907ff

Please sign in to comment.