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
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!
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!