yuvalwas
yuvalwas
Hello, we would also be interested in the pre-trained model. Is it available? Thank you
I now see that inside `discretenonparametric.jl`, `MixtureModel` is undefined.
I'm also having this problem. For your case, `semipolynomial_form` seems to work: ``` julia> @variables x y; julia> d = semipolynomial_form(3x + 2*x*y, [x, y], Inf) (Dict{Any, Any}(x*y => 2,...
If deciding to implement this instead of relying on `eachslice`, it would be nice to implement this for `sem` as well, if one is already on a roll.
Yes, I guess that at the time I thought it is supposed to do the latter. It would be nice to be able to link whatever axis across any subset...
If I may comment on this, I would find it very helpful if it would be possible to add a show method that does not print the first table (Unstandardized...
If possible, it would be helpful to add a more specific warning when one uses a special function. I came here after spending an hour before realizing that what makes...
Hi, just wanted to check if there is any news on this. Is there any easy way to use `imfilter` on a `CuArray`?
Notice that the linked PR only addresses the first of the two errors.
For me, running ``` using Interpolations xs = 1:0.2:5 A = log.(xs) itp = interpolate(A, BSpline(Linear())) ``` returns ``` 21-element interpolate(::Vector{Float64}, BSpline(Linear())) with element type Float64: Error showing value of...