Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -39,7 +39,11 @@ elif st.session_state.page == "data_collection":
|
|
| 39 |
### What is Data?\nData is a collection of raw information from various sources. On its own, it may not carry any immediate meaning, but when processed and analyzed, it can be used to derive insights, make decisions, and support the development of systems across various fields, such as business, science, engineering, and more.
|
| 40 |
In the context of Machine Learning (ML), data plays an even more pivotal role. It serves as the input for algorithms, enabling them to learn, predict, and classify based on patterns found in the data. Without data, there is nothing for the ML model to learn from, and consequently, the model cannot make any predictions or inferences.
|
| 41 |
""")
|
| 42 |
-
st.markdown(":blue[Types of Data]:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
# Button for Structured Data
|
| 45 |
if st.button(":blue[🌟 Structured Data]"):
|
|
|
|
| 39 |
### What is Data?\nData is a collection of raw information from various sources. On its own, it may not carry any immediate meaning, but when processed and analyzed, it can be used to derive insights, make decisions, and support the development of systems across various fields, such as business, science, engineering, and more.
|
| 40 |
In the context of Machine Learning (ML), data plays an even more pivotal role. It serves as the input for algorithms, enabling them to learn, predict, and classify based on patterns found in the data. Without data, there is nothing for the ML model to learn from, and consequently, the model cannot make any predictions or inferences.
|
| 41 |
""")
|
| 42 |
+
st.markdown(""":blue[Types of Data]:
|
| 43 |
+
Data is divided into Three Types.
|
| 44 |
+
- Structured
|
| 45 |
+
- Unstructured
|
| 46 |
+
- Semi-Structured""")
|
| 47 |
|
| 48 |
# Button for Structured Data
|
| 49 |
if st.button(":blue[🌟 Structured Data]"):
|