Recent posts

datascience

Python Data Science Toolbox - Part2

7 minute read

In this post your will be exposed to the following Python topic, which will be extremely helpful to build career as a Python developer or data scientist. Thi...

datascience

Intermediate Python for Data Science

10 minute read

This notebook contains most of the essential elements of Python skill for data science. While you go through it, you will learn about - how to use matplotlib...

datascience

Linear Regression from Scratch

7 minute read

In this post I have demonstrated how to generate data and build single linear regression as well as multiple linear regression model by using numpy, pyplot, ...