The project I am working on is almost identical to the problem outlined at this link:
https://financetrain.com/multivariate-linear-regression-in-python-with-scikit-learn-library
As a summary, there are N independent x variables, and one dependent y variable. I have followed the steps on that website and replicated results on my own data.
However, I would like to get a polynomial (of any degree) to model the regression performed. Can someone point me in the right direction to doing this?
I can give more details if needed, but I have no experience statistics, so if there is a better way to go about this, recommendations are very very welcome!