DataCategorical.copy

DataCategorical.copy(reset: bool = False, **kwargs) DataCategorical[source]

Returns a copy of the data object. If reset is True, the normalization and transformation state is reset. Additional keyword arguments can be passed to overwrite attributes of the copy, or to pass additional attributes not in the signature of the DataObject constructor, but in the signature of the constructor of the specific DataObject subclass.

Parameters:
  • reset (bool) – If True, transformation and normalization state, i.e, fitted values are reset.

  • kwargs – Can be used to overwrite attributes passed to the constructor, and hence allows partial copying of the object.

Returns:

DataObject – Copy of the data object.