You are required to take the dataset “Medical Appointment No Shows.csv” and using either KNN or Naïve Bayes, make a prediction if a patient will be a “no show or a show” at their medical appointment. The output of your program must:
- Visualize the data and prediction
- Print out the message: “The patient will: ” (show/No show):-Dependant on your prediction.
- Compare Model accuracy (KNN VS Naïve Bayes)
- Print out the accuracy or error of the ML model you are using.
- Explain in the mark-up (As Text) why you picked the specific algorithm
- Explain in the mark-up (As Text) your code