Tab completing MLJ<tab> in pkg> mode does not list MLJModels, even though it鈥檚 a registered package.
The reason is that MLJModels doesn't declare any compat with Julia and we interpret that erroneously to mean that there is no compatibility at all.
Cc @ablaom
@dpsanders Thanks. Fixed on master.
Most helpful comment
The reason is that MLJModels doesn't declare any compat with Julia and we interpret that erroneously to mean that there is no compatibility at all.