Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 316 Bytes

File metadata and controls

9 lines (6 loc) · 316 Bytes

ML574

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