chrisby/ml-on-fhir

Implement kNN clf on a single attribute of patients

Closed this issue · 2 comments

Implement kNN clf on a single attribute of patients

This involves:

  • Getting patients from FHIR server
  • Getting respective attribute
  • Extract processable part of attribute
  • Fit cluster algorithm

Obsolete as this was to go through the pipeline from preprocessing to fitting. This has now been done using a RF classifier (See Demo.ipynb)