credit_risk_modeling_demo / src /models /xgboost_predict_model.py
pkiage's picture
refactor: xgboost
808b291
raw
history blame
162 Bytes
from src.models.util_predict_model import make_prediction_view
xgboost_predit_model = make_prediction_view(
"XGBoost", "Gradient Boosted Tree with XGBoost")