abhishekkrthakur / autoxgb

XGBoost + Optuna
Apache License 2.0
668 stars 88 forks source link

How do I add port to autoxgb serve #20

Closed kingabzpro closed 2 years ago

kingabzpro commented 2 years ago
autoxgb serve --model_path outputs/mll --host 0.0.0.0 --debug

I don't see the option for port

kingabzpro commented 2 years ago

Sorry, I figure it out. Usually I search docs but I guess --help would work.