CDU-data-science-team / pxtextminingdashboard

Text mining and visualization of NHS patient feedback.
https://feedbackmatters.uk/rsconnect/text_mining_dashboard/
Other
4 stars 1 forks source link

Add option for unlabelled dataset in YAML #43

Open andreassot10 opened 3 years ago

andreassot10 commented 3 years ago

Currently, the YAML uses the actual data to create the predictions table (mod_predictions_unlabelled_data). This is for demonstration purposes.

This dataset will need to be changed to a data frame of truly unlabelled data when these become available.

Meanwhile, add a dataset_unlabelled in YAML and set x = get(get_golem_config("dataset_unlabelled")) in mod_predictions_unlabelled_data_server. This will offer the user the option to specify the unlabelled dataset. Until then, I will keep using the current, labelled, dataset as if it was unlabelled, i.e. dataset_unlabelled: text_data in YAML.