-
Notifications
You must be signed in to change notification settings - Fork 2
Evaluation
Phong Nguyen edited this page Mar 11, 2019
·
7 revisions
This is to remind what configuration needs to be changed for the user study.
Ask two participants to build models with two different but comparable data subsets namely data/threads-300-set1_features.json and threads-300-set2_features.json. Do the following step for each participant.
- Change in the interface. In
demo/threadall/index.js, set the value ofdataFilePathto../../data/threads-300-set1_features.json. - Change in the modelling. In
app.py, themain()function, setfilenametodata/threads-300-set1_features.json. - Remember to Save the model.
Similar to Participant 1 but change the data to the second subset.
- Change in the interface. In
demo/threadall/index.js, set the value ofdataFilePathto../../data/threads-300-set2_features.json. - Change in the modelling. In
app.py, themain()function, setfilenametodata/threads-300-set2_features.json. - Remember to Save the model.
Evaluate the validity of one of the two models built above, say model from Participant 1. Make sure the data for collecting ground truth comes from a different subset, which is data/threads-300-set2_features.json.
- In
demo/evaluation/index.js, setmodelFilePathto the.jsonmodel that Participant 1 saved (could be in Downloads folder). - In the same file, set
dataFilePathtodata/threads-300-set2_features.json. - Remember to click Submit to save the labelled datasets.