JangirSumit/kmeans-clustering
K Means Clustering - Unsupervised learning
This project helps electric vehicle battery providers categorize their drivers based on driving behavior. By analyzing daily distance driven and overspeeding percentages, it groups drivers into distinct segments. The outcome allows companies to implement a fair, data-driven variable pricing model for battery rentals, directly impacting profitability.
No commits in the last 6 months.
Use this if you need to segment a group of users, customers, or entities based on multiple quantifiable behavioral metrics to inform pricing or service models.
Not ideal if your data doesn't have clear numerical features describing behavior, or if you need to predict a specific outcome rather than just group similar individuals.
Stars
9
Forks
23
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/JangirSumit/kmeans-clustering"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scikit-learn-contrib/hdbscan
A high performance implementation of HDBSCAN clustering.
annoviko/pyclustering
pyclustering is a Python, C++ data mining library.
panagiotisanagnostou/HiPart
Hierarchical divisive clustering algorithm execution, visualization and Interactive visualization.
erdogant/clusteval
Clusteval provides methods for unsupervised cluster validation
mqcomplab/MDANCE
MDANCE: O(N) clustering for molecular dynamics. Process 1.5M frames in 40min. 8 specialized algorithms.