credit_risk_modeling_demo / src /models /logistic_predict_model.py
pkiage's picture
refractor: place all code in src
7592386
raw
history blame
143 Bytes
from models.util_predict_model import make_prediction_view
logistic_predict_model = make_prediction_view(
"Logistic", "Logisitic Model")