Supervised ML
Supervised ML problems
Give data set X, Y as the label, predict the Y' Label for the testing data set X'.
- Linear Regression
- Decision Trees
- SVM
- Artificial Neural Networks
- Random Forests
Give data set X, Y as the label, predict the Y' Label for the testing data set X'.