Closed Make0913 closed 3 years ago
The first workflow has been built successfully in pytorch environment, with the predict speed a little slow
The second workflow has finished, with small amount of training data
For now my task of medical text classification has entirely completed
@Make0913 please document the workflows, you can include screenshots, gifs, and even texera links here.
I have archived my workflow and related data files to project account on Texera URL: https://texera.ics.uci.edu/workflow/116
I will show the screenshot of my work below: For the workflow of training step:
the workflow structure
the result
For the workflow of predict step:
the workflow structure
the result
@Make0913 please do the same steps for this use case, 1) share workflows and files to project
account. 2) add a reference here for each workflow. Thanks!
Done!
Thanks! I will archive this issue now.
[ Step1--collect some medical data like medical QAs, then use the data to train a NLP model and save the trained model]
[Step2--develop a new operator like the sentiment analysis operator in Texera, the new operator will load the trained model and provide an interface to test data ]
[ Step3--After the operator receive the test data, the trained model will give corresponding predictions, finally the operator output these predictions to the " view results" icon to visualize it]