Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ModelForge
/
spam-classifier

Text Classification
Scikit-learn
Joblib
English
spam
binary-classification
scikit-learn
english
Model card Files Files and versions
xet
Community

Instructions to use ModelForge/spam-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use ModelForge/spam-classifier with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("ModelForge/spam-classifier", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
spam-classifier / venv /lib /python3.11 /site-packages /scipy /sparse /csgraph
2.36 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Sam Chaudry
Upload folder using huggingface_hub
7885a28 verified about 1 year ago
  • __pycache__
    Upload folder using huggingface_hub about 1 year ago
  • tests
    Upload folder using huggingface_hub about 1 year ago
  • __init__.py
    7.84 kB
    Upload folder using huggingface_hub about 1 year ago
  • _flow.cpython-311-darwin.so
    279 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • _laplacian.py
    18.3 kB
    Upload folder using huggingface_hub about 1 year ago
  • _matching.cpython-311-darwin.so
    277 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • _min_spanning_tree.cpython-311-darwin.so
    209 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • _reordering.cpython-311-darwin.so
    262 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • _shortest_path.cpython-311-darwin.so
    448 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • _tools.cpython-311-darwin.so
    184 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • _traversal.cpython-311-darwin.so
    464 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • _validation.py
    2.63 kB
    Upload folder using huggingface_hub about 1 year ago