Recent posts

Project: Predicting Amount spent

10 minute read

Predicting yearly amount spent by the customers of an ecommerce store. We will be using pipelines, cross_validation_scores and LinearRegression model

Derivatives

4 minute read

Learn the concept of derivatives

Args and Kwargs

2 minute read

Learn about the usage of *args and **kwargs keywords

Numpy

11 minute read

Learn and practice the python’s linear algebra library