MinMax Scaler Inverse Transform

The inverse transform node is used to transform the scaled data back to its original form.

Input

It takes in a DataFrame as input along with the fit_transform model.

Output

It reverses the transformation on the dataframe

Type

ml-predict

Class

fire.nodes.sklearn.preprocessing.NodeMinMaxScalerInverseTransform

Fields