Which offset is used to fit the least square line of linear regression

This is one of the basic questions asked in the interview related to linear regression.
𝐏𝐞𝐫𝐩𝐞𝐧𝐝𝐢𝐜𝐮𝐥𝐚𝐫 𝐨𝐟𝐟𝐬𝐞𝐭: Perpendicular distance of every data sample with the predicted line is calculated, and weights get updated accordingly.
𝐕𝐞𝐫𝐭𝐢𝐜𝐚𝐥 𝐎𝐟𝐟𝐬𝐞𝐭: Direct difference of prediction and the actual values are calculated and weights get updated accordingly.
With this explanation, one can easily guess the answer, which is "Vertical Offset".

Enjoy Learning! Enjoy Thinking!

More from EnjoyAlgorithms

Self-paced Courses and Blogs