linear regression nominal data problem
Find more posts tagged with
Sort by:
1 - 1 of
11
Hi @Waad,
You need to ensure that all your attributes are numeric type. If you assign a role before to the numerical transformation the nominal to numeric operator will ignore that attribute unless you mark to include special attribute.
In any case, You need to work better your dataset, for example eliminating the alphabetical part in your attributes with reggex code and preserve the numerical part.
In the RM Academy you have a lot of great videos to learn about data transformations.
In the RM Academy you have a lot of great videos to learn about data transformations.
Please find attached a simple aprox to your problem. You need to work on your dataset it and analyze your assumptions and the results.
Best
Best
In the RM Academy you have a lot of great videos to learn about data transformations.
Best