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

  • Log In
  • Sign Up

Reynier
/
dga-logit

Text Classification
Scikit-learn
Joblib
English
logit
dga
cybersecurity
domain-generation-algorithm
Model card Files Files and versions
xet
Community

Instructions to use Reynier/dga-logit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use Reynier/dga-logit with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("Reynier/dga-logit", "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
dga-logit
8.44 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Reynier's picture
Reynier
Upload dga_loader.py with huggingface_hub
c028283 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    1.58 kB
    Upload README.md with huggingface_hub about 2 months ago
  • artifacts.joblib

    Detected Pickle imports (4)

    • "sklearn.linear_model._logistic.LogisticRegression",
    • "numpy.dtype",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "numpy.ndarray"

    How to fix it?

    8.43 MB
    xet
    Upload artifacts.joblib with huggingface_hub about 2 months ago
  • config.json
    366 Bytes
    Upload config.json with huggingface_hub about 2 months ago
  • dga_loader.py
    5.9 kB
    Upload dga_loader.py with huggingface_hub about 2 months ago
  • model.py
    3.95 kB
    Upload model.py with huggingface_hub about 2 months ago