Glenn Moynihan
Glenn Moynihan
No problem - I'm deep diving into the package as we speak to figure out how to fix it. I'll post a PR if I manage to but just wanted...
> Nightly error seems unrelated? nightly failed on my PR due to https://github.com/mcabbott/AxisKeys.jl/issues/57
Thanks @mcabbott, the most recent tag has resolved these issues but in the process revealed another one to do with multiplying a KeyedVector by an adjoint. ``` julia> ones(2, 2)'...
Logging for posterity as I'm hitting the issue from the other direction: building a sysimage in julia then trying to execute it via `juliacall`. MWE - inside a virtual env...
thanks! this came up during a POC discussion so it's not blocking but I might try my hand at the fix during the week if I get the chance.
> Although, if using `minumum`/`maximum`, then i think we'd want to respect the `inclusivity` such that we always had e.g. `minimum(x) in x` (this is not true for the current...
Drop AxisArrays - we don't use them internally anymore and they are breaking expected conventions in the package https://github.com/invenia/FeatureTransforms.jl/pull/84#discussion_r658946981 https://github.com/invenia/FeatureTransforms.jl/pull/84#discussion_r658947965
The points raised by @juliohm are spot on and largely why this package exists. 1. MLJ is a sprawling ecosystem which our internal codebase is not set up to adopt....
Hi, thanks for getting in touch, glad you like the package :) Sorry it hasn't been my focus since JuliaCon so I haven't checked up on it since. > **Question:**...
No problem, thanks for getting in touch!