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

opale-ai
/
news-classifier

Tabular Classification
Scikit-learn
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Scikit-learn

    How to use opale-ai/news-classifier with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("opale-ai/news-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
news-classifier
20.6 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
Ali Kefia
usage
6ffe4f3 11 months ago
  • data
    ok 11 months ago
  • imgs
    linear -> poly 11 months ago
  • model
    linear -> poly 11 months ago
  • utils
    ok 11 months ago
  • .gitattributes
    133 Bytes
    ok 11 months ago
  • .gitignore
    12 Bytes
    first version 11 months ago
  • .mise.toml
    515 Bytes
    ok 11 months ago
  • README.md
    5.75 kB
    README 11 months ago
  • debug.py
    222 Bytes
    ok 11 months ago
  • prepare.py
    1.15 kB
    ok 11 months ago
  • requirements.dev.txt
    39 Bytes
    deps 11 months ago
  • requirements.txt
    67 Bytes
    first version 11 months ago
  • ruff.toml
    29 Bytes
    first version 11 months ago
  • train.py
    2.13 kB
    linear -> poly 11 months ago
  • usage.py
    960 Bytes
    usage 11 months ago