pai -name xgboost -project algo_public -Deta="0.01" -DinputTableName="train" -DmodelName="xgb_model_v1" -Dobjective="binary:logistic" -DitemDelimiter="," -Dseed="0" -Dnum_round="999" -DlabelColName="label" -DenableSparse="false" -Dmax_depth="7" -Dsubsample="0.85" -Dcolsample_...