Carlos Parada
Carlos Parada
Grad student descent is definitely not fun, so it would be very nice to have a way to tune hyperparameters efficiently, and a tutorial on how to do this. (MLJTuning.jl...
Request for an inverse-hyperbolic-sine, a.k.a. asinh or pseudolog, transformer. `x->arcsinh(x/2)` behaves like `ln(x)` for large values of `x`, but behaves like `x->x` for small values of `x`; this behavior is...
`fit` doesn't need a specific docstring just for `Beta`.
Request for tensor-variate/multilinear distributions (e.g. multilinear normal), for modeling tensor outcome variables.
Hi, this seems very closely related to the work being done on dynamic systems over at the `JuliaDynamics` org. Do you think it would make sense to move this package...
New users may not know that `$` (or some other character) has a special meaning in Julia, in which case this error is confusing: ```julia julia> str = "hello $x$"...
Not sure if this is supposed to be allowed, or if it's supposed to be an error (in which case I think it would be better to error when importing)....
Python users moving to Julia often make a mistake like this: ```julia julia> for i in randint(3): # includes colon println(i) # no `end` ERROR: ParseError: # Error @ REPL[4]:1:21...
AoG offers log scales, but they seem to behave awkwardly. Asking for log scales on a density currently results in replacing However, I don't think this is a very commonly-used...
e.g. Float64 here: 