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

  • Log In
  • Sign Up

robingenz
/
huggingface-iris-inference-test

Tabular Classification
Scikit-learn
skops
Model card Files Files and versions
xet
Community

Instructions to use robingenz/huggingface-iris-inference-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use robingenz/huggingface-iris-inference-test with Scikit-learn:

    import joblib
    from skops.hub_utils import download
    download("robingenz/huggingface-iris-inference-test", "path_to_folder")
    model = joblib.load(
    	"model.pkl"
    )
    # 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
huggingface-iris-inference-test
10.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
robingenz's picture
robingenz
pushing files to the repo from the example!
145b1c2 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    6.98 kB
    pushing files to the repo from the example! about 3 years ago
  • config.json
    906 Bytes
    pushing files to the repo from the example! about 3 years ago
  • model.pkl

    Detected Pickle imports (4)

    • "numpy.ndarray",
    • "sklearn.linear_model._logistic.LogisticRegression",
    • "numpy.core.multiarray._reconstruct",
    • "numpy.dtype"

    How to fix it?

    994 Bytes
    xet
    pushing files to the repo from the example! about 3 years ago