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

rajistics
/
churn-model

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

Instructions to use rajistics/churn-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use rajistics/churn-model with Scikit-learn:

    from skops.hub_utils import download
    from skops.io import load
    download("rajistics/churn-model", "path_to_folder")
    # make sure model file is in skops format
    # if model is a pickle file, make sure it's from a source you trust
    model = load("path_to_folder/churn.pkl")
  • Notebooks
  • Google Colab
  • Kaggle
churn-model
40.6 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
philschmid's picture
philschmid
Update handler.py
e01039c over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    22.5 kB
    pushing files to the repo from the example! over 3 years ago
  • churn.pkl
    4.44 kB
    xet
    pushing files to the repo from the example! over 3 years ago
  • config.json
    3 kB
    pushing files to the repo from the example! over 3 years ago
  • confusion_matrix.png
    8.24 kB
    pushing files to the repo from the example! over 3 years ago
  • handler.py
    1.06 kB
    Update handler.py over 3 years ago
  • requirements.txt
    7 Bytes
    Upload 2 files over 3 years ago