Metadata-Version: 2.4
Name: smkml
Version: 0.0.8
Summary: A hybrid ML algorithm combining SVM and K-Means for classification and clustering.
Author: Vansh Gautam
Author-email: vanshgautam2005@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# SMKML - Hybrid Machine Learning Algorithm

SMKML is a Python library that merges Support Vector Machines (SVM) and K-Means clustering, allowing both supervised and unsupervised learning.

## Features
- **Automatic Mode Selection:** Handles both labeled and unlabeled data.
- **High Accuracy (>99.6%)** using optimized algorithms.
- **Simple API** for easy integration.

## Installation
```bash
pip install smkml
