Recent posts

Project: Predicting Titanic survival

16 minute read

Predicting who were more likely to survive on Titanic based on the given features. We will be using pipelines, cross_validation_scores, LogisticRegression an...

Project: Predicting Ad clicks

15 minute read

Predicting if a customer is going to click on Ad or not. We will be using pipelines, cross_validation_scores, LogisticRegression and XGBoost

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