Fetching metadata from the HF Docker repository...
Update src/services.py
851e841 verified - 456 Bytes Update src/app.py
label_encoders.pkl Detected Pickle imports (6)
- "LabelEncoder.dtype",
- "numpy.ndarray",
- "sklearn.preprocessing._label.LabelEncoder",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy._core.multiarray._reconstruct",
- "numpy.dtype"
How to fix it?
1.55 kB Upload 5 files lgbm_model.pkl Detected Pickle imports (8)
- "collections.defaultdict",
- "numpy.ndarray",
- "collections.OrderedDict",
- "numpy._core.multiarray.scalar",
- "lightgbm.basic.Booster",
- "lightgbm.sklearn.LGBMClassifier",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.dtype"
How to fix it?
9.65 kB Upload 5 files - 1.09 MB Upload 5 files
- 825 Bytes Update src/models.py
rf_model.pkl Detected Pickle imports (7)
- "sklearn.tree._classes.DecisionTreeClassifier",
- "numpy.ndarray",
- "None.dtype",
- "sklearn.ensemble._forest.RandomForestClassifier",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy._core.multiarray._reconstruct",
- "numpy.dtype"
How to fix it?
861 kB Upload 5 files scaler.pkl Detected Pickle imports (7)
- "numpy.ndarray",
- "sklearn.preprocessing._data.StandardScaler",
- "numpy._core.multiarray.scalar",
- "None.dtype",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy._core.multiarray._reconstruct",
- "numpy.dtype"
How to fix it?
991 Bytes Upload 5 files - 353 Bytes Create schema.py
- 1.6 kB Update src/services.py