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

vmattoso
/
my-wine-classification-first-model_v2

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

Instructions to use vmattoso/my-wine-classification-first-model_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use vmattoso/my-wine-classification-first-model_v2 with Scikit-learn:

    import joblib
    from skops.hub_utils import download
    download("vmattoso/my-wine-classification-first-model_v2", "path_to_folder")
    model = joblib.load(
    	"model_main_v2_hf.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
my-wine-classification-first-model_v2
6.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vmattoso's picture
vmattoso
... This is my first commit using the python code and the SKOPS to make this process ...
7f9805d verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    15 kB
    ... This is my first commit using the python code and the SKOPS to make this process ... about 2 years ago
  • config.json
    1.94 kB
    ... This is my first commit using the python code and the SKOPS to make this process ... about 2 years ago
  • confusion_matrix.png
    20.8 kB
    ... This is my first commit using the python code and the SKOPS to make this process ... about 2 years ago
  • model_main_v2_hf.joblib

    Detected Pickle imports (7)

    • "numpy.core.multiarray._reconstruct",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "_codecs.encode",
    • "numpy.dtype",
    • "sklearn.tree._classes.DecisionTreeClassifier",
    • "sklearn.ensemble._forest.RandomForestClassifier",
    • "numpy.ndarray"

    How to fix it?

    6.36 MB
    xet
    ... This is my first commit using the python code and the SKOPS to make this process ... about 2 years ago