credit_risk_modeling_demo / src /models /logistic_predict_model.py
pkiage's picture
refactor: logistic model
c62089d
raw
history blame
146 Bytes
from src.models.util_predict_model import make_prediction_view
logistic_predict_model = make_prediction_view(
"Logistic", "Logisitic Model")