- 1.52 kB initial commit
- 2.73 kB Add README
crash_detection_model.pkl Detected Pickle imports (5)
- "numpy.ndarray",
- "numpy.dtype",
- "sklearn.tree._classes.DecisionTreeClassifier",
- "sklearn.ensemble._forest.RandomForestClassifier",
- "joblib.numpy_pickle.NumpyArrayWrapper"
How to fix it?
102 kB Add model and scaler with README - 42 Bytes Add model and scaler with README
scaler.pkl Detected Pickle imports (7)
- "numpy._core.multiarray.scalar",
- "numpy.ndarray",
- "numpy.dtype",
- "sklearn.preprocessing._data.StandardScaler",
- "_codecs.encode",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy._core.multiarray._reconstruct"
How to fix it?
1.22 kB Add model and scaler with README