Anthony Blaom, PhD
Anthony Blaom, PhD
Sounds like a good idea to me. PR welcome :wink:
Summer project: https://julialang.org/jsoc/gsoc/MLJ/#categorical_variable_encoding
MLJTransforms.jl now provides these other encoders. It will be integrated into MLJ in the near future.
Further to my posts at #390, I have run MLJ integration tests against this branch of CategoricalArrays.jl. Only two models fail, both provided by the package BetaML.jl: "PegasosClassifier (BetaML)", "PerceptronClassifier...
I have not had time to fully investigate and won't have time for a week or so. It's possible MLJ will have to review every package that uses these methods,...
I think to keep things simple we either re-export the entire Flux namespace, or we re-export none of it. I think the latter and current choice gives the user more...
Thanks @tiemvanderdeure for posing this interesting question. I'm trying to understand the required interface points better but have not done spatial resampling before. A `ResamplingStrategy` can have parameters. Is there...
I'm happy to approve this PR after appropriate testing (see below). However, it's is essentially a patch on top of a hack, for which I am personally to blame. That...
Update: Investigations show that the `replace` method in MLJBase actually does use the overloading of `Base.in` in MLJModelInterface, and in a new PR I will implement the suggestion here for...
Closing as rendered redundant by #220