Malware Detection
Collection
1 item โข Updated
How to use mihai-chindris/malware-detection-lgbm with Scikit-learn:
from huggingface_hub import hf_hub_download
import joblib
model = joblib.load(
hf_hub_download("mihai-chindris/malware-detection-lgbm", "sklearn_model.joblib")
)
# only load pickle files from sources you trust
# read more about it here https://skops.readthedocs.io/en/stable/persistence.htmlLightGBM-based static malware detector for PE files.
0.99780.9895[[4158, 66], [39, 5774]]production_model.joblibpreprocessing_pipeline.joblibfeature_names.jsonhttps://malware-detection-ml-mihai.onrender.com/upload