Simen Tennøe

Results 11 comments of Simen Tennøe

Hi Piotr, The prediction interval and confidence interval are related but not the same. You can find a more detailed explanation here: https://towardsdatascience.com/how-confidence-and-prediction-intervals-work-4592019576d8 A summary from that article: "The prediction...

Additionally, couple this to the options of giving the user the parameters where to evaluate the model, and then give a list of model evaluations back. This to enable easy...

Hi fangqx, If I understand your problem correctly you do not necessarily need to be able to resume UQ and SA after running the model. The model itself does not...

Hi Chaztikov! Are you getting errors when you run? It seems to be only a pylint warning only? There is code in `uncertainpy.models.model line 92` that hides the `run` method,...

Hi! It sounds like a good idea. In itself, the parallelization of the model evaluations is trivial, as each model evaluation is independent of each other. Uncertainpy uses multiprocess which...

Thanks for the feedback! The plotting code is available here: https://github.com/simetenn/uncertainpy/blob/master/examples/paper_figures/figures.ipynb, and is doing a lot of matplotlib tweaks, so I am uncertain if it is fitting for a first...

Hi! I must confess I do not remember exactly why, but I assume there where a bug of some kind. I will take a look and see if I can...

Hi! I do not get anything similar when I try to install using pip in a clean python environment. Do you get the same error if you try to install...

Unfortunately I do not have any good tips, as installation issues are always very dependent on the system you work on :/ In general I would start try to install...

Great that you managed to get it to work! I have tested newest version of matplotlib and it seems to work. I have updated the requirements to allow matplotlib >=3....