Sathwikchowdary commited on
Commit
9d88a3f
·
verified ·
1 Parent(s): 2b3497a

Update pages/Life_cycle_of_ML.py

Browse files
Files changed (1) hide show
  1. pages/Life_cycle_of_ML.py +0 -15
pages/Life_cycle_of_ML.py CHANGED
@@ -1,19 +1,4 @@
1
- import streamlit as st
2
 
3
- # HTML content inside a string for correct syntax
4
- html_content = """
5
- # Life Cycle of ML
6
-
7
- The life cycle of Machine Learning (ML) involves several stages, from defining the problem to deploying the model. Here's an overview of each stage:
8
-
9
- 1. **Problem Definition:** Understanding the problem to define the goals and objectives of the ML model.
10
- 2. **Data Collection:** Gathering relevant data required to train the model.
11
- 3. **Data Preprocessing:** Cleaning and transforming the data into a usable format.
12
- 4. **Model Building:** Building and training machine learning models using the processed data.
13
- 5. **Evaluation:** Evaluating the performance of the model and adjusting it as needed.
14
- 6. **Deployment:** Deploying the model into a production environment.
15
-
16
- ---
17
 
18
  ## Shapes Representing the ML Life Cycle
19
 
 
 
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  ## Shapes Representing the ML Life Cycle
4