Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephanielees/hdbscan_weeklysales

Time series clustering using HDBSCAN
https://github.com/stephanielees/hdbscan_weeklysales

Last synced: 2 days ago
JSON representation

Time series clustering using HDBSCAN

Awesome Lists containing this project

README

        

# HDBSCAN_WeeklySales
Time series clustering using HDBSCAN

There are two files in this repo:
1. HDBSCAN for time series clustering: explain step by step of how HDBSCAN works
2. Sales clustering with HDBSCAN: apply HDBSCAN to cluster weekly sales transactions of 811 products

The data is from UCI Machine Learning Repository: [link](https://archive.ics.uci.edu/dataset/396/sales+transactions+dataset+weekly)

The link to video demo is [here](https://youtu.be/bvUs8KB--5c)