Muhamadinsani17 commited on
Commit
4c41da6
·
1 Parent(s): bee6f55

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +6 -6
eda.py CHANGED
@@ -11,7 +11,7 @@ def run():
11
 
12
  #menampilkan
13
  col1.markdown("<h4 style='text-align: left;'>1. Default Payment Next Month by Education Level</h4>", unsafe_allow_html=True)
14
- image = Image.open('D:\HCK-010\phase_1\GC\p1-ftds010-hck-g5-muhamadinsani17\output.png')
15
  col1.image(image, caption='figure 1')
16
 
17
  #menampilkan penjelasan
@@ -20,7 +20,7 @@ def run():
20
 
21
  #menampilkan
22
  col2.markdown("<h4 style='text-align: left;'>2. Default Payment Next Month by Marital Status</h4>", unsafe_allow_html=True)
23
- image = Image.open('D:\HCK-010\phase_1\GC\p1-ftds010-hck-g5-muhamadinsani17\output2.png')
24
  col2.image(image, caption='figure 2')
25
 
26
  #menampilkan penjelasan
@@ -29,7 +29,7 @@ def run():
29
 
30
  #menampilkan
31
  col1.markdown("<h4 style='text-align: left;'>3. Default Payment Next Month by Pay Status</h4>", unsafe_allow_html=True)
32
- image = Image.open('D:\HCK-010\phase_1\GC\p1-ftds010-hck-g5-muhamadinsani17\output5.png')
33
  col1.image(image, caption='figure 3')
34
 
35
  #menampilkan penjelasan
@@ -38,7 +38,7 @@ def run():
38
 
39
  #menampilkan
40
  col2.markdown("<h4 style='text-align: left;'>4. Default Payment Next Month by Bill Amount</h4>", unsafe_allow_html=True)
41
- image = Image.open('D:\HCK-010\phase_1\GC\p1-ftds010-hck-g5-muhamadinsani17\output6.png')
42
  col2.image(image, caption='figure 4')
43
 
44
  #menampilkan penjelasan
@@ -47,7 +47,7 @@ def run():
47
 
48
  #menampilkan
49
  col1.markdown("<h4 style='text-align: left;'>5. Default Payment Next Month by Age Range</h4>", unsafe_allow_html=True)
50
- image = Image.open('D:\HCK-010\phase_1\GC\p1-ftds010-hck-g5-muhamadinsani17\output3.png')
51
  col1.image(image, caption='figure 5')
52
 
53
 
@@ -57,7 +57,7 @@ def run():
57
 
58
  #menampilkan
59
  col2.markdown("<h4 style='text-align: left;'>6. Default Payment Next Month by Limit Balance Range</h4>", unsafe_allow_html=True)
60
- image = Image.open('D:\HCK-010\phase_1\GC\p1-ftds010-hck-g5-muhamadinsani17\output4.png')
61
  col2.image(image, caption='figure 6')
62
 
63
  #menampilkan penjelasan
 
11
 
12
  #menampilkan
13
  col1.markdown("<h4 style='text-align: left;'>1. Default Payment Next Month by Education Level</h4>", unsafe_allow_html=True)
14
+ image = Image.open('output.png')
15
  col1.image(image, caption='figure 1')
16
 
17
  #menampilkan penjelasan
 
20
 
21
  #menampilkan
22
  col2.markdown("<h4 style='text-align: left;'>2. Default Payment Next Month by Marital Status</h4>", unsafe_allow_html=True)
23
+ image = Image.open('output2.png')
24
  col2.image(image, caption='figure 2')
25
 
26
  #menampilkan penjelasan
 
29
 
30
  #menampilkan
31
  col1.markdown("<h4 style='text-align: left;'>3. Default Payment Next Month by Pay Status</h4>", unsafe_allow_html=True)
32
+ image = Image.open('output5.png')
33
  col1.image(image, caption='figure 3')
34
 
35
  #menampilkan penjelasan
 
38
 
39
  #menampilkan
40
  col2.markdown("<h4 style='text-align: left;'>4. Default Payment Next Month by Bill Amount</h4>", unsafe_allow_html=True)
41
+ image = Image.open('output6.png')
42
  col2.image(image, caption='figure 4')
43
 
44
  #menampilkan penjelasan
 
47
 
48
  #menampilkan
49
  col1.markdown("<h4 style='text-align: left;'>5. Default Payment Next Month by Age Range</h4>", unsafe_allow_html=True)
50
+ image = Image.open('output3.png')
51
  col1.image(image, caption='figure 5')
52
 
53
 
 
57
 
58
  #menampilkan
59
  col2.markdown("<h4 style='text-align: left;'>6. Default Payment Next Month by Limit Balance Range</h4>", unsafe_allow_html=True)
60
+ image = Image.open('output4.png')
61
  col2.image(image, caption='figure 6')
62
 
63
  #menampilkan penjelasan