Here's my doubt:
When we say polynomial regression, do we usually mean linear or non-linear?
A simple answer would be very helpful.
This is not a duplicate question. I've read through similar questions and require clarification on the nuances of the terminology.
Polynomial regression usually stands for the fitting of a polynomial to a set of $(x,y)$ points, which is a linear problem when solved by least-squares.