
Create a machine learning model using industry standard tools and solve a medical diagnosis problem.
In this specific project inspired to “Medical Diagnosis using Support Vector Machines Coursera project” you will learn how to:
– Task 1 : Load a dataset from file
– Task 2 : Split a dataset into training and testing subsets
– Task 3 : Create a support vector machine
– Task 4 : Make a medical diagnosis for a new patient
– Task 5 : Evaluate the accuracy of the SVM classifier