Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,6 +74,8 @@ For machines to learn this function, they need two things:
|
|
| 74 |
- **Data** (data contains x and y where x are feature variables and y is class variable)
|
| 75 |
- **Algorithms** (used to capture the relationships between x and y)
|
| 76 |
|
|
|
|
|
|
|
| 77 |
Machine Learning can be categorized into:
|
| 78 |
1. Supervised Learning
|
| 79 |
2. Unsupervised Learning
|
|
|
|
| 74 |
- **Data** (data contains x and y where x are feature variables and y is class variable)
|
| 75 |
- **Algorithms** (used to capture the relationships between x and y)
|
| 76 |
|
| 77 |
+
<u><b>NOTE:</b></u> The data given to the machine learning model should be **structured**, if not then needs to be be converted to structured format.
|
| 78 |
+
|
| 79 |
Machine Learning can be categorized into:
|
| 80 |
1. Supervised Learning
|
| 81 |
2. Unsupervised Learning
|