The-Strategy-Unit / experiencesdashboard

Shiny dashboard visualising and analysing patient experience data from the NHS England Friends and Family Test (https://www.england.nhs.uk/fft/)
https://connect.strategyunitwm.nhs.uk/qdc_public/
Other
8 stars 4 forks source link

Prediction from new Pxtextmining API implementation #180

Closed asegun-cod closed 1 year ago

asegun-cod commented 1 year ago

The process of getting prediction back from the pxtextmining API has changed so we need a new approach to meet this need. This might probably mean splitting the upload_data() function into smaller functions.

  1. Tidy the uploaded data and prepare it for prediction
  2. Make prediction from the API
  3. Do the final cleaning to the data and write it to the database