MLJModelInterface.jl icon indicating copy to clipboard operation
MLJModelInterface.jl copied to clipboard

Don't export `UnivariateFinite`.

Open ablaom opened this issue 4 years ago • 1 comments

The fact that this is exported is necessitating a hack in MLJBase/src/MLJBase.jl to enable UnivariateFinite code to be replaced with CategoricalDistributions.jl as a dependency.

And remove the doc-string as a duplication of one now provided at CategoricalDistributions?

ablaom avatar Nov 24 '21 02:11 ablaom

@ablaom I won't suggest removing the doc-string though, since developers relying on the lightweight MLJModelInterface may not also want to depend on the heavier MLJBase/CategoricalDistributions. They may still want to query the docstring for UnivariateFinite object.

OkonSamuel avatar Jan 03 '22 17:01 OkonSamuel