Fetching metadata from the HF Docker repository...
Update static/style.css
7b7a4cc verified - static Update static/style.css
- templates Update templates/index.html
- 1.52 kB initial commit
ANN_model.pkl Detected Pickle imports (7)
- "sklearn.preprocessing._label.LabelBinarizer",
- "sklearn.neural_network._multilayer_perceptron.MLPClassifier",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.dtype",
- "_codecs.encode",
- "numpy.ndarray",
- "numpy._core.multiarray._reconstruct"
How to fix it?
80.8 kB add all models pkl files DecisionTreeClassifier.pkl Detected Pickle imports (6)
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.dtype",
- "sklearn.tree._classes.DecisionTreeClassifier",
- "_codecs.encode",
- "numpy.ndarray",
- "numpy._core.multiarray._reconstruct"
How to fix it?
2.99 kB add all models pkl files - 316 Bytes first code
KNeighborsClassifier_model.pkl Detected Pickle imports (6)
- "sklearn.neighbors._classification.KNeighborsClassifier",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.dtype",
- "_codecs.encode",
- "numpy.ndarray",
- "numpy._core.multiarray._reconstruct"
How to fix it?
38.5 kB add all models pkl files - 1.7 kB add all models pkl files
- 910 Bytes first code
SVM_model.pkl Detected Pickle imports (4)
- "numpy.dtype",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.ndarray",
- "sklearn.svm._classes.SVC"
How to fix it?
12.1 kB add all models pkl files - 3.22 kB Update app.py
logistic_regression.pkl Detected Pickle imports (6)
- "sklearn.linear_model._logistic.LogisticRegression",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.dtype",
- "_codecs.encode",
- "numpy.ndarray",
- "numpy._core.multiarray._reconstruct"
How to fix it?
1.49 kB add all models pkl files random_forest_model.pkl Detected Pickle imports (7)
- "sklearn.ensemble._forest.RandomForestClassifier",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.dtype",
- "sklearn.tree._classes.DecisionTreeClassifier",
- "_codecs.encode",
- "numpy.ndarray",
- "numpy._core.multiarray._reconstruct"
How to fix it?
270 kB add all models pkl files - 116 Bytes update requirements.txt