Tabular Classification
Scikit-learn
English
kmeans
clustering
unsupervised-learning
automl
streamlit
python
scikit-learn
student-project
csv-model
customer-segmentation
data-science
Instructions to use Asma-Abid/K-means with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use Asma-Abid/K-means with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("Asma-Abid/K-means", "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
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,4 +22,36 @@ tags:
|
|
| 22 |
- csv-model
|
| 23 |
- customer-segmentation
|
| 24 |
- data-science
|
| 25 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
- csv-model
|
| 23 |
- customer-segmentation
|
| 24 |
- data-science
|
| 25 |
+
---
|
| 26 |
+
# K-means Model
|
| 27 |
+
|
| 28 |
+
This model was trained using K-Means as part of the AI AutoML Platform.
|
| 29 |
+
|
| 30 |
+
## Features
|
| 31 |
+
- Automatic preprocessing
|
| 32 |
+
- Missing value handling
|
| 33 |
+
- Label encoding
|
| 34 |
+
- Feature scaling
|
| 35 |
+
- Hyperparameter tuning
|
| 36 |
+
- Accuracy optimization
|
| 37 |
+
|
| 38 |
+
## Model Type
|
| 39 |
+
K-means
|
| 40 |
+
|
| 41 |
+
## Library
|
| 42 |
+
scikit-learn
|
| 43 |
+
|
| 44 |
+
## Use Cases
|
| 45 |
+
- Customer churn prediction
|
| 46 |
+
- Medical diagnosis
|
| 47 |
+
- Binary classification
|
| 48 |
+
- Multi-class classification
|
| 49 |
+
|
| 50 |
+
## Metrics
|
| 51 |
+
- Accuracy: XX%
|
| 52 |
+
- Precision: XX%
|
| 53 |
+
- Recall: XX%
|
| 54 |
+
- F1 Score: XX%
|
| 55 |
+
|
| 56 |
+
## Developer
|
| 57 |
+
Created by Asma Abid
|