RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Added polynomial regression class #110

Closed RATED-R-SUNDRAM closed 3 years ago

RATED-R-SUNDRAM commented 3 years ago

In accordance to issue #59 ,
I have included the class of polynomial regression with parameters as degree of polynomial, number of iterations and learning rate with the last parameters also given default values of 100 and 0.01 respectively.

The class has functions of fitting the dataset, predicting the output, calculating the rmse and accuracy scores

kwanit1142 commented 3 years ago

Due to Multiple Conflicts and the absence of example and dataset files, This PR's closed.