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

  • Log In
  • Sign Up

Project-5190
/
ensemble-pipeline

Text Classification
Scikit-learn
Joblib
custom-model
Model card Files Files and versions
xet
Community

Instructions to use Project-5190/ensemble-pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use Project-5190/ensemble-pipeline with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("Project-5190/ensemble-pipeline", "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
ensemble-pipeline
384 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
RIcardoYedon's picture
RIcardoYedon
Create README.md
9250e49 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    145 Bytes
    Create README.md over 1 year ago
  • pipeline_model.joblib
    382 kB
    xet
    Upload pipeline_model.joblib with huggingface_hub over 1 year ago