JuliaAI / MLJModelInterface.jl

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

Remove Integer type annotation in `fit(::Static, verbosity::Integer, ...)` #165

Closed ablaom closed 1 year ago

ablaom commented 1 year ago

This typing is never used for dispatch but is causing some downstream type ambiguities in some MLJBase refactoring I am working on.

To make sure, let's require: