James Chapman

Results 100 comments of James Chapman

If you come back to me in a week and a half I think I will be able to come up with a more detailed response and fix. Basically your...

Yeah I think this is a really interesting research direction. Tagged as possible enhancement. Inclined to stick with CCA models to avoid feature creep! ICA stuff possibly for mvlearn assuming...

Yeah the most immediately implementable one looks like JSCCA Fang 16

I don't implement this paper and have no particular knowledge of causal methods but I am vaguely aware that there is a connection between CCA and Granger Causality. From a...

If you end up implementing the multivariate grainger causality using any of the cca-zoo code give me a shout and I'll put a link to it on the readme page...

agree with these comments will adjust when I get the chance

@vturrisi - just working through ironing things out perhaps a premature PR I just wanted to get a hang of the CI. Will give you a shout when I'm passing...

``` """ Dykstra's composite algorithm for combining proximal operators. This is a simple implementation of Dykstra's algorithm for combining proximal operators. It is not optimized for speed, but rather for...