...
/Generalized Linear Regression for Multiple Targets
Generalized Linear Regression for Multiple Targets
Learn multitarget linear regression with simple examples and code comparison (custom vs. sklearn) by comparing loss.
We'll cover the following...
Multiple targets
Consider a regression dataset , where and . A function is a generalized linear model for regression for any given mapping of the input features , and is a matrix with columns, one for each target. Note that .
Try this quiz to review what you’ve learned so far.
Q
In the context of the function , if , , and , then what is the value of ?
A)
B)
The optimal parameters can be determined by minimizing a regularized squared loss as follows:
Here, ...