Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mijgis
/
mjackman_insurance_charge_prediction
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mjackman_insurance_charge_prediction
1 contributor
History:
10 commits
mijgis
Update app.py
1b3ec3d
verified
9 months ago
.gitattributes
Safe
1.52 kB
initial commit
9 months ago
README.md
Safe
272 Bytes
initial commit
9 months ago
app.py
Safe
3.12 kB
Update app.py
9 months ago
insurance.csv
Safe
59.9 kB
Add insurance data file
9 months ago
model.joblib
pickle
Detected Pickle imports (10)
"sklearn.preprocessing._encoders.OneHotEncoder"
,
"sklearn.preprocessing._data.StandardScaler"
,
"numpy.dtype"
,
"_codecs.encode"
,
"sklearn.pipeline.Pipeline"
,
"joblib.numpy_pickle.NumpyArrayWrapper"
,
"numpy.float64"
,
"numpy.core.multiarray._reconstruct"
,
"sklearn.compose._column_transformer.ColumnTransformer"
,
"numpy.ndarray"
How to fix it?
3.9 kB
LFS
Add model.joblib file
9 months ago
requirements.txt
Safe
20 Bytes
Add requirements file
9 months ago
train.py
Safe
1.28 kB
Add train file
9 months ago