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

Bayesian Linear Regression #144

Closed goelesha closed 3 years ago

goelesha commented 3 years ago

Please review this PR @ashwani-rathee It solves issue #29

I have taken reference from the following links: https://github.com/WillKoehrsen/Data-Analysis/blob/master/bayesian_lr/Bayesian%20Linear%20Regression%20Project.ipynb https://github.com/zjost/bayesian-linear-regression/blob/master/src/bayes-regression.ipynb

ashwani-rathee commented 3 years ago

@goelesha we don't accept .ipynb implmentation,please submit a .py class type implmentation

goelesha commented 3 years ago

@ashwani-rathee I have deleted the jupyter notebook and added a python file instead of that. Kindly review and merge this PR.

goelesha commented 3 years ago

@ashwani-rathee Pls merge this PR

goelesha commented 3 years ago

@ashwani-rathee Done the class type implementation in the .py file.

Pls merge this PR