Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ModelForge
/
spam-classifier
like
0
Text Classification
Scikit-learn
Joblib
English
spam
binary-classification
scikit-learn
english
License:
mit
Model card
Files
Files and versions
Community
Use this model
ee4b122
spam-classifier
/
venv
/
lib
/
python3.11
/
site-packages
/
pandas
/
tests
/
reshape
/
concat
/
conftest.py
Sam Chaudry
Upload folder using huggingface_hub
7885a28
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
162 Bytes
import
pytest
@pytest.fixture(
params=[
True
,
False
]
)
def
sort
(
request
):
"""Boolean sort keyword for concat and DataFrame.append."""
return
request.param