Skip to content

Commit 2d6c752

Browse files
authored
Updated README.md
1 parent 69b0719 commit 2d6c752

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ visualized through a series of plots created using **Matplotlib** and **Seaborn*
4949
> ## Plots:
5050
5151
<div float="left">
52-
<img src="Plots\Unsampled\3.png" width=250 alt="Unsampled Class Distribution" hspace="10">
53-
<img src="Plots\Undersampled\5.png" width=250 alt="Undersampled Class Distribution" hspace="10">
54-
<img src="Plots\Oversampled\4.png" width=250 alt="Oversampled Class Distribution" hspace="10">
52+
<img src="Plots\3.png" width=250 alt="Unsampled Class Distribution" hspace="10">
53+
<img src="Plots\5.png" width=250 alt="Undersampled Class Distribution" hspace="10">
54+
<img src="Plots\4.png" width=250 alt="Oversampled Class Distribution" hspace="10">
5555
</div>
5656
<br>
5757
<div float="left">
@@ -65,14 +65,14 @@ The EDA for the Android Permission Dataset provided valuable insights into the r
6565
dataset and helped us identify the most important features for predicting the app rating. It also provided a foundation for further
6666
analysis using machine learning techniques.
6767
<div float="left">
68-
<img src="Plots\Unsampled\e1.png" width=500 alt="" hspace="10">
69-
<img src="Plots\Undersampled\e2.png" width=500 alt="" hspace="10">
68+
<img src="Plots\e1.png" width=500 alt="" hspace="10">
69+
<img src="Plots\e2.png" width=500 alt="" hspace="10">
7070
</div>
7171
<br>
7272
<div float="left">
73-
<img src="Plots\Unsampled\e3.png" width=250 alt="" hspace="10">
74-
<img src="Plots\Undersampled\e5.png" width=250 alt="" hspace="10">
75-
<img src="Plots\Oversampled\e4.png" width=250 alt="" hspace="10">
73+
<img src="Plots\e3.png" width=250 alt="" hspace="10">
74+
<img src="Plots\e5.png" width=250 alt="" hspace="10">
75+
<img src="Plots\e4.png" width=250 alt="" hspace="10">
7676
</div>
7777

7878
> ## Methodology:

0 commit comments

Comments
 (0)