Machine learning/Deep learning class
This code comapres three different ML predictor on diagnostic cancer data. Dataset: Breast cancer with 699 instances,9 features, 2 classes (benign and malignant), 16 missing values.
ML predictors: Decision Tree (with hyperparameter tuning), Logistic regression, KNN