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-kernels

Feature Extraction
Kernels
Scikit-learn
kernel
governance
provenance
suite
embeddings
word-embeddings
doi:10.5281/zenodo.19944926
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Kernels

    How to use SZLHOLDINGS/szl-kernels with Kernels:

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

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

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("SZLHOLDINGS/szl-kernels", "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-kernels / tests
3.16 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
betterwithage's picture
betterwithage
Publish canonical source ac95705f545f
0f36cc5 verified about 14 hours ago
  • test_replay_portability.py
    342 Bytes
    Publish canonical source ac95705f545f about 14 hours ago
  • test_suite.py
    2.82 kB
    Add suite tests (7 checks: cross-kernel provenance, advisory, MEASURED, tamper) about 1 month ago