RandomPartitionSelector Class
Description Randomly partitions the rows for each trainer in the ensemble
- Inheritance
-
nimbusml.internal.core.ensemble.subset_selector._randompartitionselector.RandomPartitionSelectorRandomPartitionSelector
Constructor
RandomPartitionSelector(feature_selector=None, **params)
Parameters
Name | Description |
---|---|
feature_selector
|
The Feature selector. |
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
|