sree4411 commited on
Commit
bd9309b
·
verified ·
1 Parent(s): a4b76ef

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -40,10 +40,10 @@ elif st.session_state.page == "data_collection":
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]"):
 
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
+ \nData is divided into Three Types.
44
+ \nStructured
45
+ \nUnstructured
46
+ \nSemi-Structured""")
47
 
48
  # Button for Structured Data
49
  if st.button(":blue[🌟 Structured Data]"):