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

canalan
/
MalwareDatasetClassification

Text Classification
Scikit-learn
Joblib
malware
multi-class-classification
stacking
sban
Model card Files Files and versions
xet
Community

Instructions to use canalan/MalwareDatasetClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use canalan/MalwareDatasetClassification with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("canalan/MalwareDatasetClassification", "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
MalwareDatasetClassification
6.76 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
canalan's picture
canalan
docs: relative link to README.tr.md
f76698b verified 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • LICENSE
    10.8 kB
    Add SBAN stacking model bundle and inference entrypoint 4 days ago
  • README.md
    12.1 kB
    docs: relative link to README.tr.md 4 days ago
  • README.tr.md
    12.3 kB
    docs: pruning section + README.tr.md on Hub 4 days ago
  • inference.py
    7.85 kB
    Add SBAN stacking model bundle and inference entrypoint 4 days ago
  • requirements-inference.txt
    91 Bytes
    Add SBAN stacking model bundle and inference entrypoint 4 days ago
  • sban_weighted_stacking_model.joblib

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    6.71 MB
    xet
    Add SBAN stacking model bundle and inference entrypoint 4 days ago