Update pages/introds.py
Browse files- pages/introds.py +2 -2
pages/introds.py
CHANGED
@@ -28,11 +28,11 @@ st.markdown("<h2 style='color: Black;'>What is data science</h2>"
|
|
28 |
<li><strong>Understanding the given problem:</strong>First thing is you need to understand the given type of problem</li>
|
29 |
<li><strong>Data Collection:</strong> Gather relevant data from various sources to address the defined problem.</li>
|
30 |
<li><strong>Data Cleaning and Preprocessing: </strong> Prepare the raw data for analysis by handling inconsistencies, missing values, and errors. </li>
|
31 |
-
<li><strong>Exploratory Data Analysis (EDA):</strong>Gain an initial understanding of the
|
32 |
<li><strong> Deployment: </strong Implement the model into a production environment where it can provide actionable insights or make decisions in real-time.> </li>
|
33 |
</ul>
|
34 |
</div>
|
35 |
-
""", unsafe_allow_html=True)
|
36 |
|
37 |
|
38 |
|
|
|
28 |
<li><strong>Understanding the given problem:</strong>First thing is you need to understand the given type of problem</li>
|
29 |
<li><strong>Data Collection:</strong> Gather relevant data from various sources to address the defined problem.</li>
|
30 |
<li><strong>Data Cleaning and Preprocessing: </strong> Prepare the raw data for analysis by handling inconsistencies, missing values, and errors. </li>
|
31 |
+
<li><strong>Exploratory Data Analysis (EDA):</strong>Gain an initial understanding of the datas main characteristics through visualization and summary statistics.</li>
|
32 |
<li><strong> Deployment: </strong Implement the model into a production environment where it can provide actionable insights or make decisions in real-time.> </li>
|
33 |
</ul>
|
34 |
</div>
|
35 |
+
""" , unsafe_allow_html=True)
|
36 |
|
37 |
|
38 |
|