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

  • Log In
  • Sign Up

Ozziey
/
test-model

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

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

  • Libraries
  • Scikit-learn

    How to use Ozziey/test-model with Scikit-learn:

    import joblib
    from skops.hub_utils import download
    download("Ozziey/test-model", "path_to_folder")
    model = joblib.load(
    	"HME_pickle"
    )
    # 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
test-model
11.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Ozziey's picture
Ozziey
Update config.json
2580a28 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • HME_pickle
    1.04 kB
    Upload . with huggingface_hub over 3 years ago
  • README.md
    7.35 kB
    pushing files to the repo from the example! over 3 years ago
  • config.json
    1.32 kB
    Update config.json over 3 years ago