I go through all the steps, briefly I upload the csv file, run the preprocess and define a relation and run the iepy_runner with the defined relation and make some labaling and save them by making STOP in command line. Now I want to see the prediction for the rest of my document already uploaded to the database (or even will upload later and add to the data base). It is not clear for me how I should make that. You have a section on IEPY document "Viewing predictions on the web user interface". You mentioned "In order to access the entities and other details you’ll need to write a script to talk with the database (see iepy/data/models.py)." so we should write the scripts or just need to use the "models.py" for that.
I go through all the steps, briefly I upload the csv file, run the preprocess and define a relation and run the iepy_runner with the defined relation and make some labaling and save them by making STOP in command line. Now I want to see the prediction for the rest of my document already uploaded to the database (or even will upload later and add to the data base). It is not clear for me how I should make that. You have a section on IEPY document "Viewing predictions on the web user interface". You mentioned "In order to access the entities and other details you’ll need to write a script to talk with the database (see iepy/data/models.py)." so we should write the scripts or just need to use the "models.py" for that.