As documetation said : https://xgboost.readthedocs.io/en/latest/parameter.html#general-parameters
alpha [default=0, alias: reg_alpha]:
L1 regularization term on weights. Increasing this value will make model more conservative.
I'm wondering can alpha be 100,1000? If so, how find the best alpha?