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

SZLHOLDINGS
/
szl-formulas

Tabular Classification
Kernels
Joblib
Scikit-learn
kernel
governance
formulas
proof-status
lean4
lambda-aggregate
surrogate
doi:10.5281/zenodo.19944926
Model card Files Files and versions
xet
Community
1

Instructions to use SZLHOLDINGS/szl-formulas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Kernels

    How to use SZLHOLDINGS/szl-formulas with Kernels:

    # !pip install kernels
    
    from kernels import get_kernel
    
    kernel = get_kernel("SZLHOLDINGS/szl-formulas")
  • Scikit-learn

    How to use SZLHOLDINGS/szl-formulas with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("SZLHOLDINGS/szl-formulas", "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
szl-formulas / scripts
14.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
betterwithage's picture
betterwithage
fix: make receipt evaluation portable
fa4eb4f verified 22 days ago
  • eval.py
    1.57 kB
    fix: make receipt evaluation portable 22 days ago
  • forge.py
    13.1 kB
    forge: ship REAL trained surrogate v1 for szl-formulas (model.joblib + receipt + scripts; honest card + provenance) about 1 month ago