File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Prediction Models/ClusterLogic Model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ ClusterLogic Model is a powerful customer segmentation tool designed to categori
60
60
### Installation
61
61
Clone this repository:
62
62
``` bash
63
- git clone https://github.com/yourusername/Customer_Clust .git
64
- cd Customer_Clust
63
+ git clone https://github.com/yourusername/ClusterLogic .git
64
+ cd ClusterLogic
65
65
```
66
66
Install the necessary dependencies:
67
67
@@ -72,7 +72,7 @@ pip install -r requirements.txt
72
72
Run the Jupyter notebook to explore the data and generate customer segments:
73
73
74
74
``` bash
75
- jupyter notebook notebooks/Customer_Segmentation .ipynb
75
+ jupyter notebook notebooks/ClusterLogic_Model .ipynb
76
76
```
77
77
To run the segmentation pipeline as a script:
78
78
You can’t perform that action at this time.
0 commit comments