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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cycloevan
/
http-attack-classification

Text Classification
Scikit-learn
Joblib
Keras
English
cybersecurity
http-attack-detection
intrusion-detection
web-security
tfidf
xgboost
lightgbm
Model card Files Files and versions
xet
Community

Instructions to use cycloevan/http-attack-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use cycloevan/http-attack-classification with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("cycloevan/http-attack-classification", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Keras

    How to use cycloevan/http-attack-classification with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://cycloevan/http-attack-classification")
    
  • Notebooks
  • Google Colab
  • Kaggle
http-attack-classification
2.02 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
cycloevan's picture
cycloevan
Upload 12 files
8f467eb verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    7.19 kB
    Upload 12 files 1 day ago
  • catboost.joblib

    Detected Pickle imports (3)

    • "numpy._core.multiarray.scalar",
    • "catboost.core.CatBoostClassifier",
    • "numpy.dtype"

    How to fix it?

    3.95 MB
    xet
    Upload 12 files 1 day ago
  • lgb_model.joblib
    17.1 MB
    xet
    Upload 12 files 1 day ago
  • lstm_bidirectional.h5
    29 MB
    xet
    Upload 12 files 1 day ago
  • multinomial_nb.joblib

    Detected Pickle imports (4)

    • "sklearn.naive_bayes.MultinomialNB",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "numpy.dtype",
    • "numpy.ndarray"

    How to fix it?

    2.83 MB
    xet
    Upload 12 files 1 day ago
  • rf_basic.joblib
    152 MB
    xet
    Upload 12 files 1 day ago
  • rf_gridsearch.joblib
    228 MB
    xet
    Upload 12 files 1 day ago
  • rf_nltk.joblib
    1.47 GB
    xet
    Upload 12 files 1 day ago
  • tdidf-svc.joblib
    46.9 MB
    xet
    Upload 12 files 1 day ago
  • textcnn_model.h5
    34.3 MB
    xet
    Upload 12 files 1 day ago
  • xgb_char.joblib
    15.7 MB
    xet
    Upload 12 files 1 day ago
  • xgb_word.joblib
    13.9 MB
    xet
    Upload 12 files 1 day ago