Fetching metadata from the HF Docker repository...
Update app.py
b6bfe25 verified - 1.52 kB initial commit
- 240 Bytes initial commit
- 1.73 kB Update app.py
knn_model.joblib Detected Pickle imports (6)
- "numpy.ndarray",
- "_codecs.encode",
- "sklearn.neighbors._classification.KNeighborsClassifier",
- "numpy.core.multiarray._reconstruct",
- "numpy.dtype",
- "joblib.numpy_pickle.NumpyArrayWrapper"
How to fix it?
791 kB Upload 3 files knn_model.pkl Detected Pickle imports (8)
- "sklearn.neighbors._kd_tree.KDTree",
- "sklearn.metrics._dist_metrics.EuclideanDistance",
- "numpy.ndarray",
- "sklearn.neighbors._classification.KNeighborsClassifier",
- "sklearn.neighbors._kd_tree.newObj",
- "sklearn.metrics._dist_metrics.newObj",
- "numpy.core.multiarray._reconstruct",
- "numpy.dtype"
How to fix it?
458 kB Upload 3 files - 56 Bytes Update requirements.txt
rf_model.joblib Detected Pickle imports (7)
- "sklearn.tree._classes.DecisionTreeClassifier",
- "numpy.ndarray",
- "_codecs.encode",
- "numpy.core.multiarray._reconstruct",
- "numpy.dtype",
- "sklearn.ensemble._forest.RandomForestClassifier",
- "joblib.numpy_pickle.NumpyArrayWrapper"
How to fix it?
2.42 MB Upload 3 files rf_model.pkl Detected Pickle imports (7)
- "sklearn.tree._classes.DecisionTreeClassifier",
- "numpy.ndarray",
- "sklearn.tree._tree.Tree",
- "numpy.core.multiarray._reconstruct",
- "numpy.dtype",
- "sklearn.ensemble._forest.RandomForestClassifier",
- "numpy.core.multiarray.scalar"
How to fix it?
2.41 MB Upload 3 files svm_model.joblib Detected Pickle imports (6)
- "sklearn.svm._classes.SVC",
- "numpy.ndarray",
- "_codecs.encode",
- "numpy.core.multiarray._reconstruct",
- "numpy.dtype",
- "joblib.numpy_pickle.NumpyArrayWrapper"
How to fix it?
77.6 kB Upload 3 files svm_model.pkl Detected Pickle imports (5)
- "sklearn.svm._classes.SVC",
- "numpy.ndarray",
- "numpy.core.multiarray._reconstruct",
- "numpy.dtype",
- "numpy.core.multiarray.scalar"
How to fix it?
64.8 kB Upload 3 files