ntua-unit-of-control-and-informatics / jaqpot-api-archived

JAQPOT Quattro is the 4th version of a YAQP, a RESTful web service which can be used to train machine learning models and use them to obtain toxicological predictions for given chemical compounds or engineered nano materials. The project is written in Java8 and JEE7.
Other
8 stars 4 forks source link

DoA not assigned to original model (not found in DB) #18

Closed alphaville closed 9 years ago

alphaville commented 9 years ago

When a DoA algorithm is provided and a DoA model is successfully created in TrainingMDB:L291, the URI of the DoA model is assigned to the trained model. Indeed: model.setDoaModel(leverageTask.getResultUri());. However, the model in the DB does not contain this link!

alphaville commented 9 years ago

leverageTask.getResultUri() is null - I had to take the output of getResult() and combine it with base_urito get the URI of the produced DoA model.