Update pages/Life Cycle Of Machine Learning.py
Browse files
pages/Life Cycle Of Machine Learning.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import numpy as np
|
3 |
-
import pandas as pd
|
4 |
|
5 |
st.header(":red[**Life Cycle Of Machine Learning Project**]")
|
6 |
st.write(":blue[Click the button below to explore detailed steps involved in an ML project:]")
|
|
|
1 |
import streamlit as st
|
2 |
import numpy as np
|
3 |
+
import pandas as pd
|
4 |
|
5 |
st.header(":red[**Life Cycle Of Machine Learning Project**]")
|
6 |
st.write(":blue[Click the button below to explore detailed steps involved in an ML project:]")
|