-
### Description
[Julia](https://julialang.org) is a high performance, high level language that is widely used for technical computing, machine learning, data science, etc. The feature request is to …
-
okay, i'm not "allowed" to comment below this point, but I think we should specialize the below implementation of
`log_evaluation_row!` on LearnLogger so that special-casing spearman correlation doe…
-
```
julia> tab2 = (x = [rand(2,2) for _ in 1:10], );
julia> io2 = IOBuffer()
IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=…
-
It multiplies by `pmax - pmin` which difference will overflow if you're within a factor of 2 of the `maxfloat(Float32)`, and the multiplication will likely overflow if you're within ~32k (`typemax(Int…
-
Or otherwise easily apply `cluster-autoscaler.kubernetes.io/safe-to-evict: "false"`, which is likely desirable whenever running a single computational job/script (as opposed to a service that should b…
-
Currently, `RandomBatches` is a big chonky struct that includes three, separate things:
- how to sample a signal from the labeled signals table
- how to sample a window from a signal
- how to sele…
-
I have a component that is a `NoThrowTransform`, and I want to output a `NoThrowResult` myself, so I can add warnings and violations, so I end my implementation with:
```julia
return NoThrowResu…
-
rather than having a flag in the struct itself. I think promoting to the type domain makes sense bc very little code is agnostic to whether or not it is encoded, and many methods only make sense for d…
-
I took a recent time-boxed* attempt at deprecating `EvaluationRow` (#71), and it was Not A Fun Time™. I'm not sure what the correct thing to do here is, and I think that it is very possible that we sh…
-
I've found this useful in plotting, but it probably could come up elsewhere. It would require a dependency on [InvertedIndices](https://github.com/JuliaData/InvertedIndices.jl), but that package has n…