ClassifierMedian Class
Description Computes the median of the outputs of the trained models
- Inheritance
-
nimbusml.internal.core.ensemble.output_combiner._classifiermedian.ClassifierMedianClassifierMedian
Constructor
ClassifierMedian(normalize=True, **params)
Parameters
Name | Description |
---|---|
normalize
|
Whether to normalize the output of base models before combining them. |
params
|
Additional arguments sent to compute engine. |
Methods
get_params |
Get the parameters for this operator. |
get_params
Get the parameters for this operator.
get_params(deep=False)
Parameters
Name | Description |
---|---|
deep
|
Default value: False
|