Data class
- class Data(self, algorithm: str, transformer: <built-in function any>)
Data preprocessing parent class {abstract} - parent class object
Parameters |
|
Attributes |
|
Methods
Method |
Description |
---|---|
Returns |
|
Function to get the parameter from the transformer instance |
|
Function to get the possible/recommended parameter values for the class |
|
Function to set the parameter of the transformer instance |
- Data._changed_parameters()
Returns
dictionary of model parameter that are different from default values
- Data.get_params(deep: bool = True) dict
Function to get the parameter from the transformer instance
Parameters
- deepbool, default=True
If True, will return the parameters for this estimator and contained sub-objects that are estimators
Returns
- params: dict
parameter names mapped to their values