Regression in Machine Learning
Anup Kumar
Freiburg Galaxy Team
GCC 2021 Training
June 28 - July 2, 2021
Freiburg, Germany
Regression
2
Feature1 | Feature2 | ... | FeatureN | Target |
0.4 | 23.4 | ... | 7.6 | 12 |
0.9 | 21 | ... | 5.6 | 5.6 |
0.5 | 25 | ... | 6.7 | ?? |
Known features and target
Known features and unknown target
Cost function
3
Feature1 | Feature2 | ... | FeatureN | True target |
0.5 | 10 | ... | 6.7 | 9.0 |
Feature1 | Feature2 | ... | FeatureN | Predicted target |
0.25 | 21.3 | ... | 3.7 | 3.4 |
Known features and target
Known features and predicted target
Algorithms: Linear models
4
Support vector machines
5
K Nearest Neighbours
6
Decision tree
7
https://gdcoder.com/decision-tree-regressor-explained-in-depth/
Decision tree
8
Ensemble models
9