Recent posts

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