Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -178,7 +178,7 @@ except UnicodeDecodeError:
|
|
178 |
- Handle missing data effectively using functions like `fillna()` or `dropna()`.
|
179 |
""")
|
180 |
|
181 |
-
|
182 |
|
183 |
if st.button("Back to Structured Data"):
|
184 |
st.session_state.page = "structured_data"
|
@@ -224,7 +224,7 @@ with open('data.json', 'w') as file:
|
|
224 |
- JSON supports both strings and numbers, and other types like arrays and booleans, making it versatile for various data types.
|
225 |
""")
|
226 |
|
227 |
-
|
228 |
|
229 |
if st.button("Back to Structured Data"):
|
230 |
st.session_state.page = "structured_data"
|
|
|
178 |
- Handle missing data effectively using functions like `fillna()` or `dropna()`.
|
179 |
""")
|
180 |
|
181 |
+
st.markdown('[Jupyter Notebook](https://colab.research.google.com/drive/1ZTKWTknL-4IQ9QbAfcyKzIP-_lNxmz2P?usp=sharing)')
|
182 |
|
183 |
if st.button("Back to Structured Data"):
|
184 |
st.session_state.page = "structured_data"
|
|
|
224 |
- JSON supports both strings and numbers, and other types like arrays and booleans, making it versatile for various data types.
|
225 |
""")
|
226 |
|
227 |
+
st.markdown('[Jupyter Notebook](https://colab.research.google.com/drive/1ZTKWTknL-4IQ9QbAfcyKzIP-_lNxmz2P?usp=sharing)')
|
228 |
|
229 |
if st.button("Back to Structured Data"):
|
230 |
st.session_state.page = "structured_data"
|