Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moahmedwafy
/
modarb-be
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
38bccc9
modarb-be
/
models-server
/
resources
/
models
Ctrl+K
Ctrl+K
7 contributors
History:
2 commits
This space has 1 file scanned as unsafe.
Show
files
Hozifa Elgharbawy
feat: Add nutrition prediction endpoint
eb4249f
10 months ago
fitness_model.pkl
pickle
Detected Pickle imports (17)
"pandas.core.frame.DataFrame"
,
"sklearn.tree._classes.DecisionTreeClassifier"
,
"numpy.dtype"
,
"sklearn.ensemble._forest.RandomForestClassifier"
,
"numpy.float64"
,
"pandas.core.indexes.base._new_Index"
,
"sklearn.cluster._kmeans.KMeans"
,
"pandas._libs.internals._unpickle_block"
,
"numpy.core.multiarray.scalar"
,
"numpy.core.multiarray._reconstruct"
,
"pandas.core.indexes.range.RangeIndex"
,
"pandas.core.indexes.base.Index"
,
"__main__.FitnessModel"
,
"numpy.ndarray"
,
"sklearn.tree._tree.Tree"
,
"sklearn.preprocessing._encoders.OneHotEncoder"
,
"pandas.core.internals.managers.BlockManager"
How to fix it?
95.5 MB
LFS
feat: create flask server
10 months ago
nutrition_model.pkl
Unsafe
pickle
Detected Pickle imports (9)
"sklearn.preprocessing._function_transformer.FunctionTransformer"
,
"builtins.getattr"
,
"sklearn.pipeline.Pipeline"
,
"numpy.dtype"
,
"numpy.core.multiarray._reconstruct"
,
"numpy.core.multiarray.scalar"
,
"numpy.ndarray"
,
"sklearn.preprocessing._data.StandardScaler"
,
"sklearn.neighbors._unsupervised.NearestNeighbors"
How to fix it?
258 kB
LFS
feat: Add nutrition prediction endpoint
10 months ago