Update my_pages/rashomon_effect.py
Browse files- my_pages/rashomon_effect.py +0 -12
my_pages/rashomon_effect.py
CHANGED
|
@@ -25,18 +25,6 @@ def render():
|
|
| 25 |
""",
|
| 26 |
unsafe_allow_html=True,
|
| 27 |
)
|
| 28 |
-
|
| 29 |
-
st.markdown(
|
| 30 |
-
"""
|
| 31 |
-
<div style='text-align: center; font-size:18px; color:gray;'>
|
| 32 |
-
Consider data about individuals who either paid their loans (green) or defaulted (red). <br>
|
| 33 |
-
Which model out of the two will you choose to give loan applications? <br>
|
| 34 |
-
</div>
|
| 35 |
-
""",
|
| 36 |
-
unsafe_allow_html=True
|
| 37 |
-
)
|
| 38 |
-
|
| 39 |
-
st.markdown("---")
|
| 40 |
|
| 41 |
income = np.array([80, 85, 97, 91, 78, 102, 84, 88, 81, 40, 45, 51, 34, 47, 38, 39, 97, 91, 38, 32])
|
| 42 |
credit = np.array([970, 880, 1020, 910, 805, 800, 804, 708, 810, 370, 470, 309, 450, 304, 380, 501, 370, 301, 1080, 902])
|
|
|
|
| 25 |
""",
|
| 26 |
unsafe_allow_html=True,
|
| 27 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
income = np.array([80, 85, 97, 91, 78, 102, 84, 88, 81, 40, 45, 51, 34, 47, 38, 39, 97, 91, 38, 32])
|
| 30 |
credit = np.array([970, 880, 1020, 910, 805, 800, 804, 708, 810, 370, 470, 309, 450, 304, 380, 501, 370, 301, 1080, 902])
|