JuliaAI / MLJModelInterface.jl

Lightweight package to interface with MLJ
MIT License
37 stars 8 forks source link

Fix method ambiguity with `in` #186

Closed ablaom closed 9 months ago

ablaom commented 9 months ago

The issue was detected by Aqua.jl running on a client package: https://github.com/JuliaAI/MLJScikitLearnInterface.jl/pull/64#issuecomment-1875712302

I believe, but am not absolutely sure, this overloading of in is not needed in the latest versions of MLJBase.jl. It was needed by now-deprecated learning network apparatus. However, as it is likely needed by older versions of MLJBase.jl, it cannot be removed until the next breaking release of MLJModelInterface.jl.

ablaom commented 9 months ago

Closed by #187