Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
parvvaresh committed Jan 3, 2025
1 parent 524069f commit 1d29b0a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
This Python script implements a genetic algorithm for clustering data. The algorithm optimizes the cluster assignments of data points using a genetic approach, aiming to improve the silhouette score. The silhouette score is a measure of how well-defined the clusters are in the data.

## Table of Contents
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Installation](#installation)
- [Usage](#usage)
- [Algorithm Overview](#algorithm-overview)
- [Genetic Class](#genetic-class)
Expand All @@ -14,14 +13,12 @@ This Python script implements a genetic algorithm for clustering data. The algor
- [License](#license)
- [Acknowledgments](#acknowledgments)

## Getting Started


### Installation
## Installation



2. **Install the required dependencies:**

```bash
pip install cluster_ga
Expand Down

0 comments on commit 1d29b0a

Please sign in to comment.