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

pirocheto
/
phishing-url-detection

Text Classification
Scikit-learn
ONNX
phishing
url
Model card Files Files and versions
xet
Community

Instructions to use pirocheto/phishing-url-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use pirocheto/phishing-url-detection with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("pirocheto/phishing-url-detection", "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
phishing-url-detection
40.6 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 57 commits
GitHub Action
push model from github actions
44f3b19 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.2 kB
    push model from github actions over 2 years ago
  • config.json
    287 Bytes
    Update config.json over 2 years ago
  • model.onnx
    23.5 MB
    xet
    push model from github actions over 2 years ago
  • model.pkl
    17.1 MB
    xet
    push model from github actions over 2 years ago