shubham680 commited on
Commit
30aacf0
·
verified ·
1 Parent(s): fe657a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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