credit_risk_modeling_demo / src /models /xgboost_test_model.py
pkiage's picture
refactor: xgboost
808b291
raw
history blame
141 Bytes
from src.models.util_test import make_tests_view
xgboost_test_model = make_tests_view(
"XGBoost", "Gradient Boosted Tree with XGBoost")