transforms#
Classes
|
The .as_set(["x", "y"]) transform indicates that both x and y are treated as sets. |
The .as_time_series transform can be used to indicate that variables shall be treated as time series. |
|
|
Broadcasts arrays or scalars to the shape of a given other array. |
|
Concatenate multiple arrays into a new key. |
|
Constrains neural network predictions of a data variable to specified bounds. |
|
Default transform used to convert all floats from float64 to float32 to be in line with keras framework. |
|
Transform to drop variables from further calculation. |
Base class on which other transforms are based |
|
|
Expand the shape of an array. |
|
Implements a transform that applies a different transform on a subset of the data. |
|
Name the data parameters that should be kept for futher calculation. |
|
Log transforms a variable. |
|
Implements a transform that applies a set of elementwise transforms to a subset of the data as given by a mapping. |
|
A class to apply element-wise transformations using plain NumPy functions. |
|
Changes data to be one-hot encoded. |
|
Transform to rename keys in data dictionary. |
|
Square-root transform a variable. |
|
Transform that when applied standardizes data using typical z-score standardization i.e. for some unstandardized data x the standardized version z would be. |
|
Checks provided data for any non-arrays and converts them to numpy arrays. |
Base class on which other transforms are based |