RakipInitiative / ModelRepository

Joint project of EFSA, Federal Institute For Risk Assessment, DTU and ANSES to create a online model repository.
GNU General Public License v3.0
2 stars 0 forks source link

Model annotation is sufficiently detailed #516

Open OctavioMV opened 1 year ago

OctavioMV commented 1 year ago

I think there are values that differ significantly with the fskx (https://onlinelibrary.wiley.com/doi/10.1111/j.1539-6924.2010.01481.x) sigmacret I think it should be 1.2 instead of 0.2 and iterations should be 20000 instead of 10000. A minimal change is the value of std portion which should be 127 instead of 127. I haven't been able to run it locally. The error appears below.

I was unable to run the original code. I got the following error:"Visualization script failed WARN FSK Runner 0:24 There is no image created WARN FSK Runner 0:24 C:\Users\mesa\AppData\Local\Temp\1\FskxRunner-16692014226889967541.svg (Das System kann die angegebene Datei nicht finden) ERROR FSK Runner 0:24 Execute failed: Invalid result. Execution failed. Reason: Incorrect implementation; the execute method in "RunnerNodeModel" returned null or an incorrect number of output tables. "

On the other hand, I have runned it on the server. If no parameter is changed, the model works but the results are not consistent with the publication. that is, mean dose should be 64 instead of 1 (https://onlinelibrary.wiley.com/doi/10.1111/j.1539-6924.2010.01481.x). Further, the model generates a a plot of cumulative probability against logdose cfu. This plot is not in line with paper results.It might be because of the differences on the parameters. I have also verified that when modifying any parameter minimally, it stops working on the server. That is, I have changed the iterations from 10000 to 10001 or from 10000 to 9999 and it stops working. I believe that this model evaluates the risk of getting sick based on a dose of campylobacter consumed. Therefore, the name should perhaps be changed. The author of the risk quantification model is M. Nauta and B. Christensen instead of VanAsselt. Although the data and transfer modeling come from VanAsselt.