Recent posts

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