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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

GoverningDocs
/
ccr-binary-logreg

Text Classification
Joblib
Scikit-learn
English
scikit-learn
sklearn-logistic-regression
document-classification
binary-classification
legal-documents
hoa
property-management
ccr
declaration-of-covenants
logistic-regression
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use GoverningDocs/ccr-binary-logreg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use GoverningDocs/ccr-binary-logreg with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("GoverningDocs/ccr-binary-logreg", "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
ccr-binary-logreg
46 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
hslee1981's picture
hslee1981
T18 isotonic recalibration Phase 3: calibrator artifact (test ECE 0.278 -> 0.087)
3eb27df verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    14.3 kB
    T18 Phase 1 Tier 1: model card 4 months ago
  • ccr_binary_isotonic_calibrator.joblib
    14.5 kB
    xet
    T18 isotonic recalibration Phase 3: calibrator artifact (test ECE 0.278 -> 0.087) 4 months ago
  • ccr_binary_logreg_tuned.joblib
    13.3 kB
    xet
    T18 Phase 1 Tier 1: LogReg + threshold 0.436 4 months ago
  • config.json
    2.41 kB
    T18 Phase 1 Tier 1: config snapshot 4 months ago