de-normalizing

Hi,
i have normalized my dataset to train my MLP. After using the PREDICTOR node, a new column is added to the dataset for the predicted value. But the “Denormalizer” node does not denormalize this newly added column. It seems that the Normalizing Model only understands the original number of columns and does not act on the predicted column.

if anybody can share the solution its appreciated
thanks

Hi @jalilsh,
the predicted column needs to have exactly the same name as the column that was normalized earlier. In the predictor node’s configuration dialog you can change the default name.
Kind regards
Alexander

2 Likes

A post was split to a new topic: Error on Update to 4.1

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.