The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
SVM and de-normalization, should it be done?
Hello.
I have an SVM model for training , and a sample data which are used at an "apply model" block . The main goal is to predict total month sales.
I normalize both data with a "Normalize" block.
The problem is that after normalizing both model and data, I end up having results on the normalized scale.
My question is, what can i do to de-normalize/transform the values in the original sales range?
Example
Assumption:
I am using a normalization between 0 and 1.
The prediction is being made for months where i know the sales values for testing purpose.
I´m new to data mining and rapidminer therefore if you think i should not de-normalize data i´m open to suggestions.
I have an SVM model for training , and a sample data which are used at an "apply model" block . The main goal is to predict total month sales.
I normalize both data with a "Normalize" block.
The problem is that after normalizing both model and data, I end up having results on the normalized scale.
My question is, what can i do to de-normalize/transform the values in the original sales range?
Example
Assumption:
I am using a normalization between 0 and 1.
The prediction is being made for months where i know the sales values for testing purpose.
OriginalSales | Normalized Sales | Normalize Prediction | OriginalScalePrediction |
65987 | 1 | 0.9 | 64789 |
62939 | 0.75 | 0.75 | 62939 |
55829 | 0.4 | 0.55 | 58979 |
63898 | 0.8 | 0.69 | 61365 |
0
Answers