Nicolas Legrand
Nicolas Legrand
I think that a function reproducing the projection plot from the CCA R package could be a nice addition, if not already available.  [This tutorial](https://towardsdatascience.com/canonical-correlation-analysis-b1a38847219d) contains code Python...
Hi, I would like to update this notebook to pymc v4, is there anything I should know?
I would like to help with this one. I got the code below compiled but I don't know what results are expected exactly. ```python import aesara import aesara. tensor as...
As far as I can see the documentation already use [doctest](https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html) directives so building the documentation, or simply calling `make doctest` in the git workflow should work.
Yes, at least all the [scan](https://github.com/aesara-devs/aesara/blob/main/doc/library/scan.rst) examples use it already. Theano probably had this kind of CI at a certain point.
The [docgen.py](https://github.com/aesara-devs/aesara/blob/5043ac8e83232d7e773b80e3fc2a44cabe57016e/doc/scripts/docgen.py#L106) wrapper already implement an option to do that, you can test the documentation with: `python ./doc/scripts/docgen.py --test` apparently, 145 doc examples are currently falling ``` Doctest summary ===============...
> I'm glad we're doing this now. Many of them seem to be returning the expected result and yet the test fails. For instance: Yes, that's also what I was...
> Just some formatting changes to match the rest of the library. > > N.B. We really should find a way to run black on our code snippets in the...
> > Unless I missed something the values of the shared variables were not specified. > They're defined, I believe, just not in the same code block. I think this...
I was planning to translate the Multi-Scale Peak and Trough Detection algorithm for [Systole](https://github.com/embodied-computation-group/systole) in the next weeks from your Matlab code @peterhcharlton , so I am happy to help...