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
Fix Hugging Face URL in model card
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ This repository ships **code, notebooks, and the trained model weights**. It doe
|
|
| 20 |
| Resource | Location |
|
| 21 |
|----------|----------|
|
| 22 |
| Source code | GitHub: [MalwareDatasetClassification](https://github.com/berkecanalan/MalwareDatasetClassification) |
|
| 23 |
-
| Model weights | Same repo root + Hugging Face: [MalwareDatasetClassification](https://huggingface.co/
|
| 24 |
| License | Apache-2.0 ([LICENSE](LICENSE)) |
|
| 25 |
|
| 26 |
---
|
|
|
|
| 20 |
| Resource | Location |
|
| 21 |
|----------|----------|
|
| 22 |
| Source code | GitHub: [MalwareDatasetClassification](https://github.com/berkecanalan/MalwareDatasetClassification) |
|
| 23 |
+
| Model weights | Same repo root + Hugging Face: [MalwareDatasetClassification](https://huggingface.co/canalan/MalwareDatasetClassification) |
|
| 24 |
| License | Apache-2.0 ([LICENSE](LICENSE)) |
|
| 25 |
|
| 26 |
---
|