Algo-Phantoms / Algo-ScriptML

Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basic to advance.
MIT License
90 stars 65 forks source link

Multiple Linear Regression - Base #192

Closed Manasi2001 closed 3 years ago

Manasi2001 commented 3 years ago

I've added the implementation code for 'Multiple Linear Regression' algorithm. @yukti845 please check it out.

ashwani-rathee commented 3 years ago

@Manasi2001 can you add example in the comments or docstring?

Manasi2001 commented 3 years ago

Now, I've added the example as well. @ashwani-rathee you may check now.