Update pages/4 Feature Engineering.py
Browse files
pages/4 Feature Engineering.py
CHANGED
@@ -41,7 +41,7 @@ The refined dataset was then used to train the **KNN classifier** for depression
|
|
41 |
""")
|
42 |
|
43 |
if st.button("Next >>"):
|
44 |
-
st.switch_page(r"pages
|
45 |
|
46 |
if st.button("<< Back"):
|
47 |
-
st.switch_page(r"pages
|
|
|
41 |
""")
|
42 |
|
43 |
if st.button("Next >>"):
|
44 |
+
st.switch_page(r"pages/5 Model Building.py")
|
45 |
|
46 |
if st.button("<< Back"):
|
47 |
+
st.switch_page(r"pages/3 EDA.py")
|