DeterministicConstantClassifier
DeterministicConstantClassifier
A model type for constructing a deterministic constant classifier, based on MLJModels.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
DeterministicConstantClassifier = @load DeterministicConstantClassifier pkg=MLJModels
Do model = DeterministicConstantClassifier()
to construct an instance with default hyper-parameters.