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

AndyJamesTurner
/
suicideDetector

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

Instructions to use AndyJamesTurner/suicideDetector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use AndyJamesTurner/suicideDetector with Scikit-learn:

    import joblib
    from skops.hub_utils import download
    download("AndyJamesTurner/suicideDetector", "path_to_folder")
    model = joblib.load(
    	"model.pkl"
    )
    # 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
suicideDetector
222 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
AndyJamesTurner's picture
AndyJamesTurner
Python version 3.10
8b59fc6 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    80.9 kB
    Python version 3.10 about 2 years ago
  • config.json
    1.54 kB
    Initial commit about 2 years ago
  • confusion_matrix.png
    19.1 kB
    Initial commit about 2 years ago
  • main.py
    5.47 kB
    Python version 3.10 about 2 years ago
  • model.pkl
    222 MB
    xet
    Python version 3.10 about 2 years ago
  • roc_curve.png
    20 kB
    Initial commit about 2 years ago