Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pkiage
/
credit_risk_modeling_demo
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9af3e2b
credit_risk_modeling_demo
/
src
/
models
/
logistic_predict_model.py
pkiage
refractor: place all code in src
7592386
about 3 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
143 Bytes
from
models.util_predict_model
import
make_prediction_view
logistic_predict_model = make_prediction_view(
"Logistic"
,
"Logisitic Model"
)