Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
6006CEM_2021s1_8504546_MAG/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6 lines (4 sloc)
450 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 6006CEM_2021s1_8504546_MAG | |
6006CEM - Machine Learning and Related Applications - 2021SEPJAN | |
Predicting breast cancer based on data | |
During this project, I utilised three different methods; logistic regression, KNN (k-nearest neighbours) and SVC (Support Vector Classification). Along with these models, I also utilised techniques like grid search, random search and finding cross validation scores to improve the accuracy/precision of the models. |