Update pages/5_ML Algorithms.py
Browse files- pages/5_ML Algorithms.py +1 -1
pages/5_ML Algorithms.py
CHANGED
|
@@ -5,7 +5,7 @@ st.set_page_config(page_title="ML Algorithms", layout="centered")
|
|
| 5 |
st.title("🤖 Machine Learning Algorithms Overview")
|
| 6 |
|
| 7 |
st.markdown("""
|
| 8 |
-
This
|
| 9 |
Explore **Supervised** and **Unsupervised** learning with common algorithms like **KNN**, **SVM**, **Decision Trees**, etc.
|
| 10 |
""")
|
| 11 |
|
|
|
|
| 5 |
st.title("🤖 Machine Learning Algorithms Overview")
|
| 6 |
|
| 7 |
st.markdown("""
|
| 8 |
+
This gives a quick overview of **core Machine Learning algorithms** and their types.
|
| 9 |
Explore **Supervised** and **Unsupervised** learning with common algorithms like **KNN**, **SVM**, **Decision Trees**, etc.
|
| 10 |
""")
|
| 11 |
|