1 year ago
#203741
Diana Sk
How to implement linear regression using Least Mean Square algorithm
I have a data set and I read it with pandas. I want to predict a specific column of my data using the least mean square algorithm and then apply k-fold validation. I am having trouble finding a way to apply the least mean square...there are no libraries and no examples of implementations. Do you know what I should do ?
python
linear-regression
least-squares
pattern-recognition
0 Answers
Your Answer