|
This is a blog containing data related news and information that I find interesting or relevant. Links are given to original sites containing source information for which I can take no responsibility. Any opinion expressed is my own.
|
Implement a simple Linear Regression with OOP basics on your own.
I love this and the clear examples of code. Object-oriented programming might appear to be extra work but if you have a long or complicated piece of code it is very useful to standardise exactly what you are doing and how.