DROP OFFLINEMODEL IF EXISTS xgboost_1;drop table if exists heart_disease_predict_result;-- trainPAI-name xgboost-project algo_public-Deta="0.01"-Dobjective="binary:logistic"-DitemDelimiter=","-Dseed="0"-Dnum_round="100"-DlabelColName="ifhealth"-DinputTableName="heart_disease_train"-DenableSparse="false"-Dmax_depth="5"-Dsubsample="0.4"-Dcolsample_bytree="0.6"-DmodelName="xgboost_1"-Dgamma="0"-Dlambda="10" -DfeatureColNames="age,sex,cp,trestbps,chol,fbs,restecg,thalach,exang,oldpeak,slop,ca,thal"-Dbase_score="0.5"-Dmin_child_weight="10"-DkvDelimiter=":";-- predictPAI-name prediction-project algo_public-DdetailColName="prediction_detail"-DappendColNames="ifhealth"-DmodelName="xgboost_1"-DitemDelimiter=","-DresultColName="prediction_result"-Dlifecycle="28"-DoutputTableName="heart_disease_predict_result"-DscoreColName="prediction_score"-DkvDelimiter=":"-DfeatureColNames="age,sex,cp,trestbps,chol,fbs,restecg,thalach,exang,oldpeak,slop,ca,thal"-DinputTableName="heart_disease_test"-DenableSpar
xgboost_1/DkvDe/limiter/10/Dmodel/ifhealth/age/sex/cp/fbs/
xgboost_1/DkvDe/limiter/10/Dmodel/ifhealth/age/sex/cp/fbs/
-->