Jacob Stevens-Haas
Jacob Stevens-Haas
It might be nice if the README.md had a link to where to find `vggish_audioset_weights.h5` and `vggish_audioset_weights_without_fc2.h5`. The current link to TensorFlow's version points to a tensorflow checkpoint file for...
> PS: In regards to the problem that @Jacob-Stevens-Haas brought up, would it be possible to apply smoothing to the input in validate_input if a smoothing method is used? >...
I'm gonna build a PR with the indirection stuff from my last comment just to see how much can be cleaned up, but not 100% sure I've fully mapped out...
`AxesArray` is in the 2.0.0-rc1 release, which is marked as pre-release. There are a few things I want to sort out to make it stable (see the [release notes](https://github.com/dynamicslab/pysindy/releases/tag/v2.0.0-rc1)). You...
And that's because the 2.0.0-rc1 release is from the master branch, but 1.7.1 is from the 1.x branch.
Hey @edumagol, if it's already in .py and you're converting to .ipynb, one request I have for new notebooks is factoring the data payload to allow testing with smaller data....
Hey, sorry for the delay, and thanks for your patience. I've run the file, and it runs locally well. From a purely techincal standpoint, I added some [guidance for examples](https://github.com/dynamicslab/pysindy#contributing-examples)...
One thing that may shouldn't conflict but which comes close is #182. I have a branch implementing that where all differentation types store `x` as `self.smoothed_x_`. `SmoothedFiniteDifference` and `SINDyDerivative` actually...
I believe this relates to `SINDy()` not implementing the full [Estimator interface](https://scikit-learn.org/stable/developers/develop.html). It is not quite clear in the documentation, but `score()` cannot implement any other arguments besides x and...
Okay sphinx build passes with no errors/warnings on my end. Doc build will automatically work for when notebooks are moved from the old format to the new one in #203....