Please enable JavaScript.
Coggle requires JavaScript to display documents.
Regression - Coggle Diagram
Regression
-
Regression Algorithms
Regression Trees
the outcomes in the leaf nodes are determined as the average of the outcome values of the data points in that node
splits are made using the Sum of squared deviations (SSD) from the average outcome value at that node
-
Regression (Numeric Prediction):
Predicts continuous/numeric values of the dependent variable
Ex: How much will the customer buy? (Quantity or $)
- Model Construction (Training step)
- Model Testing (Testing step)