Open mjp98 opened 1 year ago
That sounds like an excellent idea. You can probably just remove this method, and replace it with your proposed method.
In fact, it might make sense to replace y
with Y::AbstractMatrix{<:Real}
(or something like that) in both cases.
The docstring for
regulariser(...)
in oilmm.jl does not match the function signature used:This function signature in the docstring matches that of
regulariser(...)
in ilmm.jl.Perhaps it would be worth adding a new method for
regulariser(fx::FiniteGP{<:OILMM}, y)
?