-
|
I would like to use the following workflow:
So far I run into the following obstacles:
Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 5 replies
-
|
Thanks for the question, @MattBrst. Now give while computing the rmse of the original model still gives the rmse of the uncalibrated model gives |
Beta Was this translation helpful? Give feedback.
-
|
Could you elaborate the example a bit further? Let's take (an excerpt from) the WATEX example: So far so good. Now I want to assign values to the elements of the copied model. And see how it's changed. Something like: Would this be possible? |
Beta Was this translation helpful? Give feedback.
Thanks for the question, @MattBrst.
'deepcopy' is indeed what you want, but you to import it first from the copy module of the Python standard library.