Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nateraw
/
custom-sklearn-pipe-objects

Scikit-learn
Joblib
Model card Files Files and versions
xet
Community

Instructions to use nateraw/custom-sklearn-pipe-objects with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use nateraw/custom-sklearn-pipe-objects with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("nateraw/custom-sklearn-pipe-objects", "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
custom-sklearn-pipe-objects
964 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
nateraw's picture
nateraw
commit files to HF hub
ad0a1d8 almost 5 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • sklearn_model.joblib
    225 Bytes
    xet
    commit files to HF hub almost 5 years ago
  • sklearn_transformer.joblib
    49 Bytes
    xet
    commit files to HF hub almost 5 years ago