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
linear regression nominal data problem
hi everyone
i have a problem implementing linear regression on a dataset that has polynomial and numerical data
but theproblem is i want to predict Activity which is polynomial values
and when i use Nominal to Numerical i still get error
thank you all
0
Best Answer
-
ceaperez Member Posts: 541 UnicornHi @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.Please find attached a simple aprox to your problem. You need to work on your dataset it and analyze your assumptions and the results.
Best3
Answers