Skip to content

Commit d640960

Browse files
authored
Update README.md
1 parent c4c9e79 commit d640960

File tree

1 file changed

+3
-3
lines changed
  • Prediction Models/ClusterLogic Model

1 file changed

+3
-3
lines changed

Prediction Models/ClusterLogic Model/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ ClusterLogic Model is a powerful customer segmentation tool designed to categori
6060
### Installation
6161
Clone this repository:
6262
```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
6565
```
6666
Install the necessary dependencies:
6767

@@ -72,7 +72,7 @@ pip install -r requirements.txt
7272
Run the Jupyter notebook to explore the data and generate customer segments:
7373

7474
```bash
75-
jupyter notebook notebooks/Customer_Segmentation.ipynb
75+
jupyter notebook notebooks/ClusterLogic_Model.ipynb
7676
```
7777
To run the segmentation pipeline as a script:
7878

0 commit comments

Comments
 (0)