Mikkel Elle Lepperød
Mikkel Elle Lepperød
Hi, thank you for making and maintaining this library! What is the preferred way to cite `pycwt`?
Hi, thank you for the code! do you know of any similar implementation of meta rl using tensorflow 2?
When estimating a dar with BIC selection to get optimal hyperparameters, giving the dar as a method in `Comodulogram` I get the following error ``` TypeError: unsupported type (in ["method"])...
If I understand the delay estimator correctly it estimates the delay on the entire high frequency part of the PAC (dar model) (assuming the driver is low freq and the...
I like the plotting methods, but sometimes you want to reach the result directly. Ended up poking around in the source code to figure out which variable contained the `comodulogram`....
Hi! Thank you so much for making this toolset! Finding the method you seek already implemented, well written and well documented is a very joyful experience! I get `LinalgError` on...
* References and RegionReferences * Stored in datasets
* Link classes live in links.py module * They are subclass of the abstract class Link * Functionality should match h5py Should fix https://github.com/CINPLA/exdir/issues/1 Aims for compatibility with NWB https://github.com/NeurodataWithoutBorders/pynwb/issues/629
* Docstrings for group, dataset, raw, attributes. * A getting started, file with more elaborate tutorial * Index is reduced to a bare example
To extend our support for data structures and variable length strings, storage with feather which support saving pandas DataFrames has been implemented. * Storing with feather is invoked when a...