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 66 forks source link

LOWESS REGRESSION SOLUTION #33 #152

Closed earnsans closed 3 years ago

earnsans commented 3 years ago

This is the code for Lowess Regression(Locally Weighted Regression) Issue (https://github.com/Algo-Phantoms/Algo-ScriptML/issues/33?_pjax=%23js-repo-pjax-container) Kindly review it.

ashwani-rathee commented 3 years ago

@earnsans Please an example on its usage in doc string

earnsans commented 3 years ago

@ashwani-rathee sir I have added an example on it's usage in doc strings at the end of the code. Please review it.

earnsans commented 3 years ago

@ashwani-rathee sir could you please review it?

earnsans commented 3 years ago

@geekquad thank you sir :)