Jacob Stevens-Haas

Results 192 comments of Jacob Stevens-Haas

Part of the problem with a Kalman filter is that it assumes the underlying process is Brownian. The impulsive nature of speed changes suggests using L-1 total variation smoothing (`derivative`...

> This issue seems to be caused by processes outside of sshfs' control (ssh and ssh agent) > > if the problem is caused by re-auth with password after the...

Thanks! I'll check it out

Concur on this issue. The project I work on, github.com/dynamicslab/pysindy, focuses on learning differential equations from data. Which means that the learned ODE, essentially random, may have singularities and numerical...

Floris, thanks for that excellent paper and context! It does look like your implementations and algorithm coverage is as good/better than the ones at `derivative`. For my PhD research, I...

I agree on getting Nathan/Steve's input. I'm going to give a talk at the Brunton/Kutz group on May 8th around a variety of pysindy changes, including a discussion on what...

Awesome, thanks Floris! Next step I'm working on is to refactor the package metadata and requirements into a pyproject.toml. setup.py was deprecated a few years ago. The replacement method also...

Sure, that's an option. But since there are IDEs that let you inspect variables in a running Jupyter notebook, I thought they might have some other way of doing this....

Ooh, ok thank you - that makes enough sense for me to see why it would exist, but it's new enough to me that I'm not 100% sure what to...

Thanks for the quick reply! And yeah, that would be a fine workaround. Given that removing `egg-info` might take a while... would implementing the workaround (ignoring egg-info distributions if there's...