commonpower.data_forecasting.nn_forecasting.transform.Transformation
- class Transformation[source]
Bases:
objectTransformations are used to preprocess the data before feeding it into the neural network. They commonly scale data to certain ranges.
Methods
Fit the transformation to the data.
from_checkpointInverse transform the data.
Load the state of the transformation.
Return the state of the transformation.