Spaces:
Build error
Build error
Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
|
@@ -4,6 +4,7 @@ import json
|
|
| 4 |
import xml.etree.ElementTree as ET
|
| 5 |
pip install matplotlib
|
| 6 |
import matplotlib.pyplot as plt
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
|
|
@@ -138,8 +139,7 @@ print(excel_file.sheet_names)
|
|
| 138 |
# ----------------- Unstructured Data Page -----------------
|
| 139 |
|
| 140 |
from PIL import Image
|
| 141 |
-
|
| 142 |
-
import matplotlib.pyplot as plt
|
| 143 |
|
| 144 |
def unstructured_data_page():
|
| 145 |
st.title(":blue[Unstructured Data]")
|
|
|
|
| 4 |
import xml.etree.ElementTree as ET
|
| 5 |
pip install matplotlib
|
| 6 |
import matplotlib.pyplot as plt
|
| 7 |
+
import numpy as np
|
| 8 |
|
| 9 |
|
| 10 |
|
|
|
|
| 139 |
# ----------------- Unstructured Data Page -----------------
|
| 140 |
|
| 141 |
from PIL import Image
|
| 142 |
+
|
|
|
|
| 143 |
|
| 144 |
def unstructured_data_page():
|
| 145 |
st.title(":blue[Unstructured Data]")
|