Currently, only linear regression sample has been added in the regression folder. I wish to add Polynomial Regression as well to the folder. @sanjay-kv Kindly assign me this issue along with GSSOC ...
Polynomial Class in Python: A Python implementation of a Polynomial class that supports addition, subtraction, multiplication by a number, evaluation for specific values, and a human-readable string ...