Michael Kalz

Results 2 issues of Michael Kalz

The inequality constraints part from the lectures code and lecture notebook seems not to work. It belongs to: Part 2d: use prior physical knowledge to constrain the model Solver failed,...

I get "AttributeError: module 'numpy' has no attribute 'math'" when I run cell [5] in the binder notebook ### Reproducing code example: ``` model = ps.SINDy() model.fit(x_train, t=dt) model.print() ```...