Update pages/3 EDA.py
Browse files- pages/3 EDA.py +2 -2
pages/3 EDA.py
CHANGED
|
@@ -27,7 +27,7 @@ These insights were crucial in **feature selection** and helped improve model ac
|
|
| 27 |
""")
|
| 28 |
|
| 29 |
if st.button('Next'):
|
| 30 |
-
st.switch_page(
|
| 31 |
|
| 32 |
if st.button('Back'):
|
| 33 |
-
st.switch_page(
|
|
|
|
| 27 |
""")
|
| 28 |
|
| 29 |
if st.button('Next'):
|
| 30 |
+
st.switch_page("pages/4 Feature Engineering.py")
|
| 31 |
|
| 32 |
if st.button('Back'):
|
| 33 |
+
st.switch_page("pages/2 Data Understanding.py")
|