Spaces:
Build error
Build error
File size: 146 Bytes
c62089d |
1 2 3 4 5 |
from src.models.util_predict_model import make_prediction_view
logistic_predict_model = make_prediction_view(
"Logistic", "Logisitic Model")
|