phlower.settings.ScalerInputParameters¶
- class phlower.settings.ScalerInputParameters(*, method, component_wise=False, parameters=<factory>, join_fitting=True)[source]¶
Bases:
IScalerParameter,BaseModelMethods
get_scaler_name(variable_name)is_exist_method(v)must_be_true(v)Attributes
is_parent_scalermodel_computed_fieldsConfiguration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
model_extraGet extra fields set during validation.
model_fieldsmodel_fields_setReturns the set of fields that have been explicitly set on this model instance.
methodcomponent_wiseparametersjoin_fitting- Parameters:
method (str)
component_wise (bool)
parameters (dict[str, Any])
join_fitting (bool)
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'frozen': True}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].