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

EXTEND THE MODEL OF LINEAR REGRESSION INTO MULTI VARIABLE DATA #109

Closed RATED-R-SUNDRAM closed 3 years ago

RATED-R-SUNDRAM commented 3 years ago

THE CODE IN THE LINEAR REGRESSION HAS THE INPUT VARIABLE X AS 1D ARRAY SIGNIFYING A ONE FEATURED INPUT BUT WE CAN ALSO EXTEND THE CONCEPT OF LINEAR REGRESSION TO A MULTIPLE VARIABLE DATA

kwanit1142 commented 3 years ago

Closing the Issue, as the implementation is not only to linear regression, but it will be applicable to other models too. In addition to this, the above-mentioned issue will be taken care of, when the library will have a sufficiently larger number of models.