@Tan_Moy wrote:
I wrote an algorithm for multiple linear regression from scratch using python, which works as expected. My question is, how do I use the parameters that I got to predict values for the test set? I am not using scikit learn so can’t use the predict method.
In case of Linear Regression I can just use the line equation and plugin the parameter values I got and that will be it. I can’t seem to figure out how to make it work for multiple linear regression. Any help will be appreciated. Thanks
Posts: 1
Participants: 1