Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sherisement
/
House-Price-Predictor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
House-Price-Predictor
7.3 MB
1 contributor
History:
2 commits
sherisement
Premier commit
c5ee635
3 months ago
.dockerignore
Safe
321 Bytes
Premier commit
3 months ago
.gitattributes
Safe
1.52 kB
initial commit
3 months ago
.gitignore
Safe
52 Bytes
Premier commit
3 months ago
Dockerfile
Safe
310 Bytes
Premier commit
3 months ago
README.md
Safe
242 Bytes
initial commit
3 months ago
app.py
Safe
8.01 kB
Premier commit
3 months ago
feature_names.pkl
pickle
Pickle imports
No problematic imports detected
What is a pickle import?
113 Bytes
xet
Premier commit
3 months ago
model.pkl
pickle
Detected Pickle imports (6)
"sklearn.ensemble._forest.RandomForestRegressor"
,
"sklearn.tree._classes.DecisionTreeRegressor"
,
"numpy.dtype"
,
"numpy._core.multiarray._reconstruct"
,
"numpy.ndarray"
,
"sklearn.tree._tree.Tree"
How to fix it?
7.28 MB
xet
Premier commit
3 months ago
requirements.txt
Safe
51 Bytes
Premier commit
3 months ago
scaler.pkl
pickle
Detected Pickle imports (5)
"numpy.dtype"
,
"numpy._core.multiarray.scalar"
,
"sklearn.preprocessing._data.StandardScaler"
,
"numpy._core.multiarray._reconstruct"
,
"numpy.ndarray"
How to fix it?
802 Bytes
xet
Premier commit
3 months ago
train_model.py
Safe
1.89 kB
Premier commit
3 months ago