-
Add utilities for easy modeling with SINDy(+c). Should be pretty straightforward, maybe as easy as adding `pysindy` to the dependencies and a worked example.
-
@akaptano , @znicolaou
When I proposed to combine the derivative and sparse regression step into a single optimization problem, it was clear that I couldn't use the existing SINDy class without so…
-
Well, thanks a lot for your work. It's fantastic.
I'm now trying to identify the 1D Terzaghi Consolidation Equations (u_t = a*u_xx), but I met some problems. The accuracy is not very good, the PDE…
-
Hi,
I'm trying to reproduce a second order ode with polynomial library. I am struggling adding the second order derivative in the second equation. How can I achieve this by polynomial library. My c…
-
- Feature Engineering (@AdamAker BARs stuff)
- Feature Selection (via ranked feature importances and Shapely values)
- Intrinsic dimension estimation
- Explore SINDy (time series) style approache…
-
42230034 - Gek Ina
-
### What client do you play on?
enUS
### Faction
Both
### Content Phase:
60
### Current Behaviour
Curse of tongues (warlock) increases the cast time of Eye Beam from Cthun
### Expected Blizzli…
-
When trying to run the basic examples found at https://pysindy.readthedocs.io/en/latest/examples/3_original_paper/example.html , I run into multiple errors. It seems that there are some issues wit…
-
Instead of feeding in equations, can I feed in a set of raw data to pysindy so it can return estimate equations to me?
I tested the following system:
> d(x0) / dt = 5.56*x0 - 3.26*x1 + 100*np.s…
-
In my research, I have started using SINDy, and it is working quite well, thank you for making this package. I have run into a problem, however. I want to change the optimizer so the loss function pen…