shwetashweta05 commited on
Commit
653ff62
·
verified ·
1 Parent(s): 733818c

Update pages/Life Cycle Of Machine Learning.py

Browse files
pages/Life Cycle Of Machine Learning.py CHANGED
@@ -183,7 +183,7 @@ if st.button("**Feature Engineering**"):
183
  - Use methods like correlation analysis, feature importance scores, or PCA (Principal Component Analysis).
184
  """)
185
 
186
- if st.button("**Training**")
187
  st.write("**Training a machine learning model is the process of teaching the model to make predictions by learning patterns in the data. This is done by showing the model examples (training data) and adjusting it so it performs well.**")
188
  st.write("""
189
  **Steps in Training a Model:**
 
183
  - Use methods like correlation analysis, feature importance scores, or PCA (Principal Component Analysis).
184
  """)
185
 
186
+ if st.button("**Training**"):
187
  st.write("**Training a machine learning model is the process of teaching the model to make predictions by learning patterns in the data. This is done by showing the model examples (training data) and adjusting it so it performs well.**")
188
  st.write("""
189
  **Steps in Training a Model:**