shwetashweta05
commited on
Update pages/Life Cycle Of Machine Learning.py
Browse files
pages/Life Cycle Of Machine Learning.py
CHANGED
@@ -123,7 +123,8 @@ if st.button("Exploratory Data Analysis (EDA)"):
|
|
123 |
- Guides feature selection and engineering.
|
124 |
- Gives insights for choosing the right ML model.
|
125 |
""")
|
126 |
-
st.write("""
|
|
|
127 |
- **Understand the Dataset**
|
128 |
- Look at the structure of your data (rows, columns, and types of values).
|
129 |
- Example: In a student dataset, check if columns include Name, Math Marks, and Grade.
|
|
|
123 |
- Guides feature selection and engineering.
|
124 |
- Gives insights for choosing the right ML model.
|
125 |
""")
|
126 |
+
st.write("""
|
127 |
+
**Steps in EDA:**
|
128 |
- **Understand the Dataset**
|
129 |
- Look at the structure of your data (rows, columns, and types of values).
|
130 |
- Example: In a student dataset, check if columns include Name, Math Marks, and Grade.
|