Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EbrahimAlwajih authored Jul 3, 2024
1 parent 426e741 commit 09cd464
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Radar Diagram
# Radar Chart

A radar diagram is a graphical representation used to display multivariate data in the form of a two-dimensional chart. It consists of a central point from which multiple axes radiate outwards, each representing a different variable. The data points for each variable are plotted on these axes and connected to form a polygon. Radar diagrams are commonly used to compare the performance, characteristics, or attributes of different items or entities, allowing for an intuitive visualization of strengths and weaknesses across multiple dimensions simultaneously. This type of diagram is particularly useful in areas such as performance analysis, project management, and strategic planning.
A radar chart is a graphical representation used to display multivariate data in the form of a two-dimensional chart. It consists of a central point from which multiple axes radiate outwards, each representing a different variable. The data points for each variable are plotted on these axes and connected to form a polygon. Radar charts are commonly used to compare the performance, characteristics, or attributes of different items or entities, allowing for an intuitive visualization of strengths and weaknesses across multiple dimensions simultaneously. This type of chart is particularly useful in areas such as performance analysis, project management, and strategic planning.

This repository contains the code for creating radar diagrams to visualize the performance of various models based on multiple evaluation metrics. The radar charts are generated from a CSV file containing the models' metrics, and the resulting charts are saved as SVG files.
This repository contains the code for creating radar charts to visualize the performance of various models based on multiple evaluation metrics. The radar charts are generated from a CSV file containing the models' metrics, and the resulting charts are saved as SVG files.

## Features

Expand Down Expand Up @@ -36,8 +36,8 @@ pip install matplotlib pandas
1. **Clone the repository:**

```bash
git clone https://github.com/EbrahimAlwajih/Radar-Diagram.git
cd Radar-Diagram
git clone https://github.com/EbrahimAlwajih/Radar-Chart.git
cd Radar-Chart
```

2. **Prepare your CSV file:**
Expand Down

0 comments on commit 09cd464

Please sign in to comment.