Spaces:
Build error
Build error
File size: 162 Bytes
808b291 |
1 2 3 4 5 |
from src.models.util_predict_model import make_prediction_view
xgboost_predit_model = make_prediction_view(
"XGBoost", "Gradient Boosted Tree with XGBoost")
|