File size: 262 Bytes
e79bac6 26d9eef e79bac6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
license: mit
language:
- en
---
# SVM Model
This repository contains a trained Support Vector Machine (SVM) model.
The model was trained for classification tasks.
## Model Information
- Type: SVM (Linear Kernel)
- Framework: scikit-learn
- File: model.pkl |