Implement kNN clf on a single attribute of patients
Closed this issue · 2 comments
chrisby commented
Implement kNN clf on a single attribute of patients
chrisby commented
This involves:
- Getting patients from FHIR server
- Getting respective attribute
- Extract processable part of attribute
- Fit cluster algorithm
chrisby commented
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)