Linear equation
Find the value of X to solve the equation
A = [[3, 8],
[4, 11]]
B = [5, 7]
X = ?
Linear regression require more dataset to solve the problem. it will fit the line based on the row. If there is limited example so linear regression will not work as expected.