Posts by Category

Project

Project: Predicting breast cancer

9 minute read

Predicting the breast tumor as either malignant or benign based on given features. We will be using SVM model and GridSearchCV

Project: Predicting heart diseases

5 minute read

Predicting if a patient has a heart disease or not based on the given features. We will be using pipelines, cross_validation_scores and KNN model

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

Back to top ↑

Tutorial

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

Back to top ↑

Reading

Derivatives

4 minute read

Learn the concept of derivatives

Back to top ↑