Spaces:
Sleeping
Sleeping
Update pages/3_Life cycle of ML.py
Browse files
pages/3_Life cycle of ML.py
CHANGED
|
@@ -143,7 +143,7 @@ def display_csv_info():
|
|
| 143 |
def display_xml_info():
|
| 144 |
st.write("### XML Format")
|
| 145 |
st.write("""
|
| 146 |
-
**What it is**: XML (
|
| 147 |
|
| 148 |
**How to read these files**:
|
| 149 |
- Use `pandas.read_xml()` to read XML files or `xml.etree.ElementTree` for more complex parsing.
|
|
@@ -175,7 +175,6 @@ def open_code_example(data_format):
|
|
| 175 |
webbrowser.open_new_tab(link)
|
| 176 |
|
| 177 |
def main():
|
| 178 |
-
st.title("Machine Learning Life Cycle")
|
| 179 |
st.sidebar.title("ML Life Cycle Navigation")
|
| 180 |
|
| 181 |
if st.sidebar.button("Data Collection"):
|
|
|
|
| 143 |
def display_xml_info():
|
| 144 |
st.write("### XML Format")
|
| 145 |
st.write("""
|
| 146 |
+
**What it is**: XML (Extensible Markup Language) is a flexible and structured format used to store data in a hierarchical manner.
|
| 147 |
|
| 148 |
**How to read these files**:
|
| 149 |
- Use `pandas.read_xml()` to read XML files or `xml.etree.ElementTree` for more complex parsing.
|
|
|
|
| 175 |
webbrowser.open_new_tab(link)
|
| 176 |
|
| 177 |
def main():
|
|
|
|
| 178 |
st.sidebar.title("ML Life Cycle Navigation")
|
| 179 |
|
| 180 |
if st.sidebar.button("Data Collection"):
|