Fetching metadata from the HF Docker repository...
Update requirements.txt
f7752e1 verified - 1.52 kB initial commit
- 250 Bytes initial commit
- 1.1 kB Update app.py
logistic_model.pkl Detected Pickle imports (4)
- "numpy.dtype",
- "sklearn.linear_model._logistic.LogisticRegression",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.ndarray"
How to fix it?
60.6 kB Upload logistic_model.pkl naive_bayes_model.pkl Detected Pickle imports (4)
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "sklearn.naive_bayes.MultinomialNB",
- "numpy.ndarray",
- "numpy.dtype"
How to fix it?
240 kB Upload naive_bayes_model.pkl - 41 Bytes Update requirements.txt
svm_model.pkl Detected Pickle imports (4)
- "numpy.dtype",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.ndarray",
- "sklearn.svm._classes.LinearSVC"
How to fix it?
60.5 kB Upload svm_model.pkl tfidf_vectorizer.pkl Detected Pickle imports (6)
- "numpy.dtype",
- "sklearn.feature_extraction.text.TfidfTransformer",
- "numpy.float64",
- "joblib.numpy_pickle.NumpyArrayWrapper",
- "numpy.ndarray",
- "sklearn.feature_extraction.text.TfidfVectorizer"
How to fix it?
151 kB Upload tfidf_vectorizer.pkl