credit_risk_modeling_demo / src /models /xgboost_predict_model.py
pkiage's picture
refractor: place all code in src
7592386
raw
history blame
159 Bytes
from models.util_predict_model import make_prediction_view
xgboost_predit_model = make_prediction_view(
"XGBoost", "Gradient Boosted Tree with XGBoost")