Recent posts

‘Make’ your DevOps life easier

10 minute read

One of the common tasks you need to set up in your CICD pipeline is to assume an AWS role or run some program/scripts /commands such as bash, cloudformation ...

Bayesian Regression Model (Part 2)

3 minute read

In part 1 of the Bayesian Regression Model, I covered how the traditional OLS interpretation of regression is obtained. I followed this up with an example of...

Bayesian Regression Model (Part 1)

4 minute read

Ever since I started working in Data Science and delving deeper into Machine learning models, I have had a strong interest in learning about Bayesian models....