On rudy_algorithm2()
in 10_PDEFIND_examples.ipynb
#445
Unanswered
georgemilosh
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You'd have to ask Sam whether it's meant to apply to PDEs as well as ODEs, but given the title, I'd assume so. How is it discussed in the paper? If you're getting a size/shape mismatch, can you post the error and a minimal working example of how to generate it? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I tried using
rudy_algorithm2()
function that is defined in10_PDEFIND_examples.ipynb
although never explicitly used. Are you sure that it can work with PDEs rather than ODEs? For example, I applied it to Kuramoto Sivashinsky example given in the same notebook and got a mismatch in size. Could you please provide an example of its application to PDEs? Also the same from cross-validation. The main problem is when I compute model.score I get errors if the u_test and u_train don't match in sizeBeta Was this translation helpful? Give feedback.
All reactions