Fetching metadata from the HF Docker repository...
Upload 3 files
edcda1c verified - 1.52 kB initial commit
- 236 Bytes initial commit
- 1.07 kB Update app.py
knn_model.pkl Detected Pickle imports (7)
- "_codecs.encode",
- "numpy.core.multiarray.scalar",
- "numpy.core.multiarray._reconstruct",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.ndarray",
- "sklearn.svm._classes.SVR",
- "numpy.dtype"
How to fix it?
1.84 kB Rename model.pkl to knn_model.pkl linear_regression_model.pkl Detected Pickle imports (6)
- "_codecs.encode",
- "sklearn.linear_model._base.LinearRegression",
- "numpy.core.multiarray._reconstruct",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.ndarray",
- "numpy.dtype"
How to fix it?
864 Bytes Upload 3 files random_forest_model.pkl Detected Pickle imports (8)
- "sklearn.tree._classes.DecisionTreeRegressor",
- "_codecs.encode",
- "numpy.core.multiarray._reconstruct",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.ndarray",
- "sklearn.tree._tree.Tree",
- "numpy.dtype",
- "sklearn.ensemble._forest.RandomForestRegressor"
How to fix it?
74 kB Upload 3 files - 33 Bytes Create requirements.txt
svr_model.pkl Detected Pickle imports (7)
- "_codecs.encode",
- "numpy.core.multiarray.scalar",
- "numpy.core.multiarray._reconstruct",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.ndarray",
- "sklearn.svm._classes.SVR",
- "numpy.dtype"
How to fix it?
1.84 kB Upload 3 files