Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ci-Dave
/
Pokemon_Explorer_using_GNB_RF_LR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
40b5a6f
Pokemon_Explorer_using_GNB_RF_LR
Ctrl+K
Ctrl+K
1 contributor
History:
12 commits
Ci-Dave
removed sklearn as import
40b5a6f
6 months ago
.gitattributes
Safe
1.52 kB
initial commit
6 months ago
.gitignore
Safe
6 Bytes
Added files for the app
6 months ago
README.md
Safe
339 Bytes
initial commit
6 months ago
app.py
Safe
3.43 kB
removed sklearn as import
6 months ago
logistic_regression.pkl
pickle
Detected Pickle imports (6)
"joblib.numpy_pickle.NumpyArrayWrapper"
,
"numpy.core.multiarray._reconstruct"
,
"numpy.ndarray"
,
"_codecs.encode"
,
"sklearn.linear_model._logistic.LogisticRegression"
,
"numpy.dtype"
How to fix it?
1.42 kB
LFS
Changes
6 months ago
naive_bayes.pkl
pickle
Detected Pickle imports (4)
"joblib.numpy_pickle.NumpyArrayWrapper"
,
"sklearn.naive_bayes.GaussianNB"
,
"numpy.ndarray"
,
"numpy.dtype"
How to fix it?
1.59 kB
LFS
Changes
6 months ago
pokemon_cleaned.csv
Safe
110 kB
Changes
6 months ago
random_forest.pkl
pickle
Detected Pickle imports (7)
"joblib.numpy_pickle.NumpyArrayWrapper"
,
"sklearn.ensemble._forest.RandomForestClassifier"
,
"numpy.core.multiarray._reconstruct"
,
"numpy.ndarray"
,
"_codecs.encode"
,
"sklearn.tree._classes.DecisionTreeClassifier"
,
"numpy.dtype"
How to fix it?
1.11 MB
LFS
Changes
6 months ago
requirements.txt
Safe
56 Bytes
added scikit-learn
6 months ago